🔪 See it in action: https://breaking-app.vercel.app/ 🔫
Breaking_App is an unconventional React-Next.js boilerplate app based on the Breaking Bad tv show.
It's perfect for those who have experience with create-react-app and wants to get started with Next.js and server-side-rendering. This boilerplate covers the fundamentals of Next.js and shows how to use the amazing react context-api with it.
Some other notable good thingies it demonstrates:
next.js dynamic routing
next/router
next/link
useRef Hook
useState Hook
useContext Hook
useEffect Hook
content refresh interval with useEffect
next.config.js and env variables
First, git pull or download the repository. Then
npm install
#to start the dev server
npm run dev
Open http://localhost:3000 with your browser to see the result.
Big shoutout to Breaking Bad Api and the team behind it. Thanks for allowing me to play with my favorite tv show as well as the best tv show of all time. <3