Your Next.js Bundle Will Thank You
If you are having problems with an extremely huge bundle size for your Next.js application, this article could be a lifesaver for you.
Sep 10, 202216 min read6

Search for a command to run...
Articles tagged with #reactjs
If you are having problems with an extremely huge bundle size for your Next.js application, this article could be a lifesaver for you.

There is one problem that every React Developer falls into during his journey. This is how to structure a good app architecture. This article will help you avoid some common errors that most of us make, and will give you the right way to structure yo...

React Hooks are a new feature in React 16.8. They allow you to use state and other React features without writing a class. They are a powerful way to write stateful components, and they are a great way to write functional components. All this power c...
