该项目已被所有者存档,当前处于只读状态,不再更新

normalizr是一个JavaScript库,主要用于将复杂的JSON数据结构扁平化为规范化格式,以便在Redux等状态管理库中更高效地处理和操作数据。它通过定义schema来描述数据的结构,并根据这些定义对数据进行规范化处理,从而解决API响应中的嵌套数据问题‌。

趋势

normalizr build status Coverage Status npm version npm downloads

📣 Normalizr is no longer maintained

Due to lack of ability to find an invested maintainer and inability to find time to do routine maintenance and community building, this package is no longer maintained. Please see the discussion 🤝 Maintainer help wanted for more information.

FAQs

Should I still use Normalizr?

If you need it, yes. Normalizr is and has been at a stable release for a very long time, used by thousands of others without issue.

What should I do if I want other features or found a bug?

Fork Normalizr on Github and maintain a version yourself.

Can I contribute back to Normalizr?

There are no current plans to resurrect this origin of Normalizr. If a forked version becomes sufficiently maintained and popular, please reach out about merging the fork and changing maintainers.

关于
Normalizes nested JSON according to a schema
20.9 k
870
198
语言
JavaScript
TypeScript
91.5%
8.5%