Utilities
- config - Isomorphic app config.
- isomorphy - Helpers for isomorphic code logic.
- Jest Utils — Helpers useful in Jest tests.
- React Global State - Aliases for react-global-state lib.
- server - Server-side constants and functions.
- themed - Aliases for React Themes library.
- 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.
- PT (prop-types) — Removed in v1.36.0,
as
propTypes
checks are ignored by React v19+. Migrate to TypeScript, or alternative type-checking solutions.