Debuggable
Debuggable
RCRE use redux for state management and always keep your state immutable
Automatic
Automatic
Form validation and interfaces calls do not require manual triggering, just give certain conditions, they will automatically work when needed
Synchronous
Synchronous
When a component is mounted, updated, destroyed, the state is synchronized without any manual action
Organized
Organized
Your state structure will always be consistent with the component structure, and component changes will be automatically synchronized to the state.