Published onNovember 1, 2024Deploy Next.js application on VercelNext.jsVercelDeploymentIncludes deployment preparation, deployment steps, and custom domain setup.
Published onOctober 20, 2024Jotai: State Management in ReactJotaiReactState management for React: Jotai
Published onOctober 19, 2024Building an Upgrade Dialog with Shadcn and Zustand in Next.jsShadcnZustandHow to build a visually appealing and functional upgrade dialog using Shadcn components and Zustand state management in a Next.js application.
Published onOctober 16, 2024Zustand: State Management in ReactZustandReactA simple guide to using Zustand for state management in React.
Published onOctober 12, 2024Redux: State Management in ReactReduxReactIn Redux, state is handled globally and allows you to change the state from anywhere in the application