nextjs-layout-state
nextjs-layout-state copied to clipboard
PoC on how to omit state from different pages in a Next.js application
Next.js Layout State 🪢
Run it locally 🏡
First, run the development server:
npm run dev
Open http://localhost:3000.
Set your own 🧭
- Clone this repo:
git clone https://github.com/atilafassina/nextjs-layout-state.git {{your-directory}}
- Navigate to the directory and run
npm i && npm run dev
- Be happy 🚀
Support 👩🔧
| dependency | version |
|---|---|
| Next.js | 11+ |
| React | 17+ |
| TypeScript | 4.3+ |