Utilities
- isomorphy - Helpers for isomorphic code logic.
- Jest Utils — Helpers useful in Jest tests.
- React Global State - Aliases for react-global-state lib.
- React Themes — Aliases for react-themes library.
- Server-side utilities — Server-side constants and functions.
- time - Date & time utils.
- webpack - Webpack-related utils.
Deprecated Utilities
- api — It was just an alias for axios library; it has been removed in v1.39.0; use axios directly instead.
- config — Isomorphic app config. Removed in v1.47.0, use the getConfig() function instead.
- PT (prop-types) — Removed in v1.36.0,
as
propTypeschecks are ignored by React v19+. Migrate to TypeScript, or alternative type-checking solutions. - themed — Aliases for react-themes library were changed in the library v1.48.0, and their documentation page has been moved to React Themes.