Turborepo: A better way to implement a mono-repo architectureAs modern software development teams grow and projects become more complex, managing dependencies and maintaining consistency between…Apr 2, 2023Apr 2, 2023
SVGR for your React appMost of the time, developers tend to add svg images to an assets directory and import them either directly or as a React component. This…Mar 12, 2023Mar 12, 2023
What’s new in React 18?The new version of React is out and it is now available on npm! It has introduced some new, interesting features. You won’t have to change…Apr 10, 2022Apr 10, 2022
How to abort a fetch API call?You probably faced a situation where you wonder is there a way to abort an API call before it gives back a response. For example, when you…May 30, 2021May 30, 2021
Scrum or KanbanAgile is a set of values and principles that help organizations create great products and services. Scrum and Kanban are frameworks that…May 23, 2021May 23, 2021
Movies app using react-query for server-side state managementReact Query is a powerful and easy-to-use library to manage our application’s server state. It is a great alternative to Redux, MobX and…May 15, 2021May 15, 2021
Create Responsive React app using react-responsiveBefore we start, visit this demo application, this will give you a rough idea of what we are going to discuss in this article.Mar 1, 20201Mar 1, 20201
React — Environment specific builds using .env with CRA and env-cmdMany times we(the developers) struggles with making environment specific builds. The process might require changing variables like…Jan 23, 20203Jan 23, 20203
State management in React application using Context API 🤔If you are one of the developers who is using redux to manage you application’s state then you must me very curious to know more about how…Dec 10, 2019Dec 10, 2019
Implement Push Notification in React Native using Expo in just 5 minBack in days of native mobile application development, implementing push notification was a complex part of your application. It used to…Oct 14, 20191Oct 14, 20191