TutorialsAUG 9, 2024A Guide to Using the useLayoutEffect Hook in ReactWe'll explore the useLayoutEffect hook in-depth, how it differs from useEffect and learn how to properly leverage its capabilities to enhance the user experience.
TutorialsAUG 7, 2024Next.js 13.4's Server Actions and Data FetchingWe'll delve into the Next.js alpha feature Server actions and data fetching techniques.
EngineeringAUG 5, 2024A Comprehensive Guide of React Unit TestingWe'll learn how to unit test our component down to hooks and Context.
IntegrationsAUG 4, 2024Creating 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.
TutorialsJUL 30, 2024How Next.js Redirects WorkWe'll examine the concept of URL redirection in Next.js and how redirects work.
AlternativesJUL 30, 2024What is Vite? & Vite vs WebpackWe will explore what is Vite.js and compare it to Webpack.
EngineeringJUL 29, 2024git diff - Comparing Changes in GitWe'll explore Git's 'git diff' which helps you track changes throughout your working directory, commits, and branches.
AnnouncementJUL 25, 2024Refine.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.
AlternativesJUL 23, 2024React 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.
IntegrationsJUL 19, 2024How to Fetch Data in React with useSWRIntroduction to SWR and useSwr for Client-Side Data Fetching
TutorialsJUL 18, 2024Unexpected token in JSON at position 0 errorWe will look into the various possible causes of this error message and suggest methods to rectify it.