reactA Comprehensive Guide of React Unit TestingWe'll learn how to unit test our component down to hooks and Context.August 5, 2024
reactCreating responsive tooltips in React with react-tooltipWe'll explore how to create a custom tooltip component in a React application, as well as integrating the react-tooltip library.August 4, 2024
nextjsHow Next.js Redirects WorkWe'll examine the concept of URL redirection in Next.js and how redirects work.July 30, 2024
javascriptdev-toolsWhat is Vite? & Vite vs WebpackWe will explore what is Vite.js and compare it to Webpack.July 30, 2024
gitdev-toolsgit diff - Comparing Changes in GitWe'll explore Git's 'git diff' which helps you track changes throughout your working directory, commits, and branches.July 29, 2024
RefineRefine.new - Technical Architecture and Engineering Decisions Explored Part - 1We'll discuss the technical architecture, key-concepts, and engineering design decisions made during the development process of Refine.new.July 25, 2024
react-hook-formcomparisonReact Hook Form vs Formik - Comparing the most popular React form librariesThis article will compare React Hook Form and Formik by highlighting their strengths and weaknesses.July 23, 2024
nextjsHow to Fetch Data in React with useSWRIntroduction to SWR and useSwr for Client-Side Data FetchingJuly 19, 2024
javascriptUnexpected token in JSON at position 0 errorWe will look into the various possible causes of this error message and suggest methods to rectify it.July 18, 2024
reactHow to use Conditional Rendering in ReactWe'll implement Conditional Rendering in React and the various ways to use it in your React applications.July 17, 2024
cssHow to Use Two Dimensional Layouts with CSS Grid?We'll explore how to create two dimensional layouts using CSS Grid.July 17, 2024