# rspack-react-context **Repository Path**: rhyanne/rspack-react-context ## Basic Information - **Project Name**: rspack-react-context - **Description**: Zustand how is it better than React Context with an example. - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-30 - **Last Updated**: 2024-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: React, zustand ## README # Rspack Project ## Setup Install the dependencies: ```bash npm install ``` ## Get Started Start the dev server: ```bash npm run dev ``` Build the app for production: ```bash npm run build ```