My articles about react

These are my articles about this topic.

Using Tailwind CSS on Nextjs

Next JS is an open-source framework based on React JS owned by Vercel. On this post, we will see how we can use Tailwind CSS on Next JS.

Read More

Using React Query for Fetching and Caching Data and State Management

React Query is a powerful library that simplifies data and state management in React applications. It provides easy-to-use hooks for fetching and caching data, handling errors, and keeping the UI in sync with the data.

Read More

Nextjs 13 - What's New and How to Get Started

Vercel just released a new version called Next.js 13 with more developer-friendly features than ever. Next.js is a framework that allows you to build server-side applications using React JS.

Read More

StandNotes — Daily standup notes organiser MERN

Using MERN stack to create a daily standup notes organiser app. On top of that, the app uses Turborepo to manage the monorepo and React Query as a state management tool.

Read More