April 04, 2020 β’ πΏπΏ 19 min watch
Casting while styling 404 page using Chakra UI for this website
Continue watching βApril 01, 2020 β’ πΏ 10 min watch
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.
Continue watching βDecember 02, 2019 β’ πΏπΏ 10 min watch
Ben shows a real app and walk through how to use react profiler to check performance
Continue watching βOctober 05, 2019 β’ πΏ 12 min watch
Lets learn to create a styled component in React using Emotion library. We will create a Badge component and style it using emotion
Continue watching βOctober 03, 2019 β’ πΏ 6 min read
Most of the SaaS single page applications have nested routes. We will see how to build nested routes in a react application using react router library
Continue reading βSeptember 26, 2019 β’ πΏ 4 min watch
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.
Continue watching βSeptember 25, 2019 β’ πΏ 7 min watch
Lets learn to create a card component in React and style it using plain old CSS
Continue watching βSeptember 14, 2019 β’ πΏπΏ 18 min watch
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.
Continue watching βSeptember 10, 2019 β’ πΏ 7 min watch
Lets learn to fetch countries REST API using react useEffect and browser fetch API.
Continue watching βSeptember 09, 2019 β’ πΏ 5 min watch
In this example, we learn to use React useState hooks to change font size of a content block
Continue watching βAugust 16, 2019 β’ πΏπΏ 8 min read
How to style your react app using emotion library. It has several ways to style the app. We will learn how to create global styles, styled components and CSS in JS through set of emotion libraries.
Continue reading βAugust 02, 2019 β’ πΏ 2 min read
It is easy to pass props to state in react hooks, but do you know how to sync props changes to state changes after initialization. It is also easy, lets see that in this article.
Continue reading βJuly 25, 2019 β’ πΏ 3 min read
Redirecting a page based on some condition is an usual need in a react web application. React router provides an easy way to achieve it. Lets learn how to do that in this article.
Continue reading βJune 17, 2019 β’ πΏ 2 min read
We have seen several examples and use cases in react router. One among them is passing props to the route component directly. Lets learn how to do it.
Continue reading βJune 12, 2019 β’ πΏ 6 min read
Creating book details page using react router in our book search application - Part 4
Continue reading βMay 16, 2019 β’ πΏ 2 min read
React has been used in desktop, mobile, web and VR development. In this article, we will see how it can be used in server side applications as templates.
Continue reading βMay 08, 2019 β’ πΏ 2 min read
Learn how to show a 404 page in a client side routed react application if there is no route matching the URL
Continue reading βMay 12, 2019 β’ πΏ 1 min read
Documentation is always a headache for engineering teams. Once engineering teams start growing, its very difficult to on-board engineers. Docusaurus was a react based documentation tool created by facebook to centralize your documentation.
Continue reading βApril 25, 2019 β’ πΏ 3 min read
Learn how to split the react app into components and talk about folder structures briefly, Part 3
Continue reading βApril 22, 2019 β’ πΏ 3 min read
Learn how to handle query params in a client side react application using react router library
Continue reading βApril 18, 2019 β’ πΏ 4 min read
Learn how to handle errors and loading state in react hooks through our book search app - Part 2
Continue reading βApril 15, 2019 β’ πΏ 4 min read
Learn how to create dynamic URLs in react application using react router package
Continue reading βApril 14, 2019 β’ πΏ 4 min read
Lets build a simple books search page using google books API in react. While developing it, we will explore react hooks, css modules and testing in react application - Part 1
Continue reading βApril 12, 2019 β’ πΏ 2 min read
There are several types of router supported by react router package. We will see the use cases for each types briefly in this article.
Continue reading βApril 10, 2019 β’ πΏ 4 min read
Learn how to do routing in React applications using React router library. React is widely used library for client side web applications. In any web applications, there will be multiple pages. Routing the URL properly and load different pages based on route parameters is a general requirement.
Continue reading βMarch 08, 2019 β’ πΏ 2 min read
My experience on working with a demo project using Gatsby, Contentful and Netlify. It is opinionated and not through with a production level project.
Continue reading β