Bundle a React library with ParcelCreate a React library and bundle it with the new Parcel v2. Parts of Parcel are rewritten in Rust and that means it is ...Published on17 October 2021Reading time3 min readRead →
Understand how styled-components works by creating a cloneFirst article in a guide on how to build your own styled-components clone. Understand why it is necessary and how to sta...Published on4 August 2021Reading time7 min readRead →
Hinglish to Hindi Typing - React Transliterate ComponentType in Hindi by using a standard English keyboard. A brief explanation of the project along with usage and Github linksPublished on26 September 2020Reading time1 min readRead →
React Internals (Part 3) - Fiber ArchitectureAn article explaining how Reacts latest Fiber architecture works and speeds up your websitePublished on17 September 2020Reading time5 min readRead →
React Internals (Part 2) - Reconciliation algorithm until React 15Understand what is reconcilliation and the reconcilliation algorithm used by React up until React 15Published on29 August 2020Reading time7 min readRead →
React Internals (Part 1) - The Basic Concepts and the PrerequisitesAn explainer of basic terminology used in React internally and a prerequisite to understanding more advanced React conce...Published on24 August 2020Reading time5 min readRead →
Reasons why I love using Chakra UI for ReactChakra UI is a simple, modular and accessible component library that gives you all the building blocks you need to build...Published on23 August 2020Reading time3 min readRead →
Using Ant Design with NextJS (custom variables for Ant Design)A guide on how to use Ant Design in NextJS with custom variablesPublished on18 June 2020Reading time3 min readRead →
React Context API + useReducer() = ReduxReplace Redux with React Context and provide an API similar to Redux throughout your appPublished on26 May 2020Reading time3 min readRead →
Using React with Electron - For Beginners!I created this boilerplate after working on electron for one of my own appsPublished on5 November 2019Reading time2 min readRead →