RPRenato Pozziinitsrennyman.hashnode.dev·Sep 10, 2022 · 16 min readYour Next.js Bundle Will Thank YouIf you are having problems with an extremely huge bundle size for your Next.js application, this article could be a lifesaver for you. Preface In the last period, I had to get my hands on a project made using Next.js, the request was to improve its p...00
RPRenato Pozziinitsrennyman.hashnode.dev·Jul 18, 2022 · 9 min readArchitecting React Apps Like it's 2030There 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...00
RPRenato Pozziinitsrennyman.hashnode.dev·Jul 6, 2022 · 7 min readLearn Front-End Web Development from ScratchEveryone, 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...00
RPRenato Pozziinitsrennyman.hashnode.dev·Jun 15, 2022 · 6 min readThe Reason Why Order in Hooks MattersReact 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...00