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 #frontend-development
If you are having problems with an extremely huge bundle size for your Next.js application, this article could be a lifesaver for you.

Everyone, including me, started to learn Front-End Web Development from scratch, and it’s normal to feel disoriented at first. That’s why I decided to write this article containing very useful information such as skills and technologies to learn, wha...

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...
