ReactJS ⌛︎ 6 min read Too many useState? Let's useReducer! Feeling like your React component is cluttered with too many useState? Let's use useReducer to declutter applications & their understanding 💪
TypeScript ⌛︎ 5 min read Benefits of using TS Generics in your Design System Design Systems & TypeScript are a few of the common denominators in organizations for Product & Tech. Use Generics to have a better dev experience
ReactJS ⌛︎ 3 min read Why it is Better to spread the Reducer in Files Among multiple ways to arrange redux actions, action creators & reducers, one way is Single File Reducer. Here's why you should break it down?
ReactJS ⌛︎ 12 min read Building Fast Forms in React with HTML5 & Validations While making WebApps, Forms are required all the time and always need some fine tuning. Let's see how to Build Fast Forms in React with HTML5 & Validations
ReactJS ⌛︎ 2 min read Where do you initialize state in React Component? A small thing to ask where to initialize the state. But in a large codebase, these decisions will improve your daily code efficiency. What do you prefer?
ReactJS ⌛︎ 4 min read 5 Tips for Component Driven Development Component-driven Development has taken the FrontEnd Development by storm. Here are some tips to help you with any Component Driven Development.
ReactJS ⌛︎ 3 min read Animating the Progress Percent Change in React Visual Feedback is very important in UI design in keeping user informed & engaged with their action. Animated Changing values of percentage is of those ways
ReactJS ⌛︎ 5 min read ReactJS: A Simple Custom Hook React Hooks have changed the way we write components & has mentally pushed to write more Functional Components. Lets see how to make a Custom Hook in React.
ReactJS ⌛︎ 5 min read Integrating REST API in ReactJS with fetch & useEffect Integrating API in a React App can be easily done with simple APIs & file structure. Let’s see how to integrate an API in React app with Fetch & useEffect Hook.
ReactJS ⌛︎ 7 min read ToDo app in ReactJS with Hooks & Context API Making React apps is easy & fast as compared to the past. Let’s learn how to use Hooks API & Context API for a better developer experience.
Youtube ⌛︎ 2 min read The easiest way to integrate Youtube Iframe API in Angular & React Youtube iframe API is tricky to integrate when it comes to Component architecture. Here is an easy way to integrate Youtube Iframe API in Angular & React
ReactJS ⌛︎ 2 min read ToDo app with ReactJS ToDo app with ReactJS and Bootstrap CSS will walk you through the multi-component app. This will also set up a basic understanding of how the components communicate with each other
ReactJS ⌛︎ 5 min read Intro to ReactJS React is a new JavaScript Library to efficiently write the User Interface. It is also considered V in MVC architecture