Eazip
React

React patterns

Choose the right React pattern for task state, the download tray, localization, and Cloud persistence.

Start with React in Getting Started. The pages in this section explain the choices you make after the first ZIP works.

Choose what to customize

Understand the package boundary

@eazip/react adds a React store and UI around @eazip/core. Input rules, Local and Cloud strategies, splitting, partial results, and error classes come from Core rather than a separate React implementation.

Use the React Reference when you need exact hook members, component props, or provider config.