learnwithparam - Styling Gatsby 404 page with chakra UI
Casting while styling 404 page using Chakra UI for this website
Mostly about React, React Router, Javascript, mongodb and more. It is a bit outdated but I keep it here for reference. For my new content, please checkout my visual eBooks.
Casting while styling 404 page using Chakra UI for this website
Learn how I use yarn outdated to list down all outdated packages. Also how I used yarn upgrade-interactive to update all the outdated packages.
Lets learn to create a styled component in React using Emotion library. We will create a Badge component and style it using emotion
Lets learn to re-write styles using CSS Modules for our card component. Also learn how CSS Modules work and helpful for styling react components.
Lets learn to create a card component in React and style it using plain old CSS
In this tutorial, we will learn when to use useState and when to use useReducer. Also how to manage error and loading state while fetching an API using useEffect.
Lets learn to fetch countries REST API using react useEffect and browser fetch API.
In this example, we learn to use React useState hooks to change font size of a content block