You can checkout how to download these examples to your machine in this small video I made
Starters
NextJS Starter
- Description
- A NextJS starter that comes packed with most of the packages I mention in the book
CRA Starter
- Description
- A CRA starter that comes packed with most of the packages I mention in the book
Gatsby Starter
- Description
- A Gatsby starter that comes packed with most of the packages I mention in the book
All Examples in the book
useContext Example
- Description
- Let's work with context
Next Static Generation Example
- Description
- Generating pages at build time with Next
Next Example
- Description
- Let's learn about NextJS
Gatsby Random People
- Description
- Gatsby and all it's power
React Router 6 demo
- Description
- We all need routes in our apps
Overmind Example
- Description
- The best state management I have ever used
Framer Motion
- Description
- Amazing animation tool for react
Tailwind
- Description
- Some classes in your JSX
Styled Components
- Description
- Some CSS in JS
Formik Example
- Description
- Formik let's you make forms relatively painlessly
Datefns Example
- Description
- We all have date issues
Apollo Example
- Description
- Using Apollo to do some GraphQL
Reakit Example
- Description
- An amazing library for unstyled components that are packed with accessability
Chakra UI
- Description
- Simple, Modular and Accessible UI Components for your React Application
Storybook Example
- Description
- An amazing way to test your components in isolation
ReactIcons
- Description
- A super nice library for all types of icons
useEffect Example
- Description
- useEffect is hard
Passing a function to `setState`
- Description
- Fix some nasty bugs
useContext Example
- Description
- Let's work with context
useReducer Example
- Description
- Let's talk about useReducer
useRef Example
- Description
- Let's talk about useRef
Mutable Ref Example
- Description
- Ref's can be used for more than attaching them to elements.
useMemo Example
- Description
- Let's talk about useMemo
useCallback Example
- Description
- Let's talk about useCallback
useLocalStorage
- Description
- Teaches you how to create your own hook
CSS vs Unmounting
- Description
- Two different ways of showing components
React.memo
- Description
- This small function can help you a lot with performance