This is Next.js Boilerplate with opinioned.
- Use twin.macro + chakra-ui (opt-in) for styling.
- Use Jotai + react-query for state management.
- Pre-install react-icons.
- Pre-install ramdajs.
npx degit https://github.com/leechael/nextjs-boilerplate
See lib/providers/FullStyleProvider.tsx
. Use TwinStyleProvider
only by default, change to FullStyleProvider
if you use Chakra-UI components.