reactWorking with Drizzle ORM and PostgreSQL in Next.jsThis post provides a conceptual overview of Drizzle essentials and demonstrates how to start a Next.js application with Drizzle and PostgreSQL.October 31, 2024
reactA Guide to useContext and React Context APIShare data across components with React Context in TypeScript and Next.jsOctober 30, 2024
reactdev-toolsGetting started with Astro FrameworkWe will learn how to set up Astrojs, create a new project, and basics.October 22, 2024
reactA Quick Start Guide to React SuspenseWe will discuss how React Suspense works and common use casesOctober 21, 2024
reactnextjsNext.js vs React - A Beginner's GuideWe briefly run through the innovation driven differences between React and Next.js in rendering behavior, routing, data fetching, backend API development and app configuration.October 17, 2024
reactUnderstanding the React useRef HookWe will explain the differences between useRef and React ref.October 16, 2024
reactAn Intro to Server Components in ReactWe will discuss what React server components are as well as how to incorporate them into building applications.October 7, 2024
reactMemoization in React - How useCallback WorksImprove app performance with React useCallback() hook.September 26, 2024
reactReact useMemo Hook Guide with ExamplesImprove React app performance with the useMemo() hook.September 19, 2024
reactcsschakra-uiIntroduction to Chakra UIChakra UI is a comprehensive library of React components made to make creating user interfaces easier. .September 17, 2024
reactcssA Quick Introduction to Meta's StylexThis post quickly explores how to apply statically typed, atomic CSS styles to React components with Stylex APIs in a Next.js application.September 16, 2024