PinnedGetting Started with React QueryPre-Requirements Basic understanding of JavaScript, React Js & React State. What is React Query What is React Query? React Query is a library that gives React JS the state management ability for any kind of asynchronous data. It allows you to make requests and handle response metadata. According to their official documentation, “React Query is…React4 min readReact4 min read
PinnedReact Context API Vs ReduxPre-Requirements Basic understanding of React Js and JavaScript. Since the launch of Redux in 2015, it has been the preferred solution for state management. Because of that by the time “you should learn Redux” has become a universal truth. Many people start to use Redux without knowing why actually we need…React9 min readReact9 min read
May 30, 2021React Js for BeginnersReact is an open-source front-end JavaScript library for building user interfaces or UI components. It is maintained by Facebook.1 min read1 min read
May 30, 2021Node JS for BeginnersNode Js is a platform built on Chrome’s JavaScript runtime for easily building fast and scalable network applications.1 min read1 min read
May 30, 2021What is MERN StackMERN stands for MongoDB, Express, React, Node, after the four key technologies that make up the stack.1 min read1 min read
May 30, 2021CAP Theorem & How It’s Applied in Mongo DBMongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program.1 min read1 min read
May 30, 2021Beginners Guide to Git & GitHubWhat is Git? Git is a free, open-source version control software. It was created by Linus Torvalds in 2005. This tool is a version control system that was initially developed to work with several developers on the Linux kernel. This basically means that Git is a content tracker. So Git can be used…3 min read3 min read