This source mainly compares the problem that using zustand to create context will be more optimized for re-render than the normal React Context API
Install the dependencies:
pnpm installStart the dev server:
pnpm devBuild the app for production:
pnpm buildPreview the production build locally:
pnpm preview