📄️ Reactant Hooks
Reactant provides useConnector for injecting the component props in the ViewModule.
📄️ Dependency Injection
API
📄️ Pluggable
Pluggable is an important concept of Reactant. It provides an interface that allows you to encapsulate many of React's libraries in a clean design. You can base complex plugins on it to encapsulate them simply enough.
📄️ Routing
Reactant provides a plugin for routing: reactant-router.
📄️ Persistence
Reactant provides a plugin for persistence: reactant-storage.
📄️ Dynamic Modules
Code-splitting is important for many large projects, and Reactant supports dynamic loading of split code by modules.
📄️ Server-Side Rendering
SSR (Server-Side Rendering) can greatly improve the first rendering time, the most popular React SSR framework is Next.js. Currently, Reactant has supported SSR based on Next.js.
📄️ Dev Workflow
todo