DEV Community

Cover image for React.JS Project | Next.js | React Query
Shaif Arfan
Shaif Arfan

Posted on

 

React.JS Project | Next.js | React Query

Meal-khuj

A React app, where you can find meals recipe and save your favorite recipe for later.

live preview: https://meal-khuj.netlify.app

youtube-tutorial: https://youtu.be/JtfduKrxRH8

live-streams: twitch

API used: themealdb


Full Tutorial


Things we are going to learn/use

  • React.js
  • Next.js
  • React Query
  • React Hot Toast
  • Axios
  • more...

Other projects

πŸ“š All Web Cifar Projects

Feedback

If you have any feedback, please reach out to us at @web_cifar, or webcifar@gmail.com

Get Support

For support, join our Community Group.

Happy Coding! βœ¨πŸš€

Latest comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.