#reactjs
Read more stories on Hashnode
Articles with this tag
Single Responsibility Principle (SRP). Content: A component should have only one reason to change, meaning it should have only one job. Should: Try...
When it comes to NextJS there are 4 main rendering method: Client Side rendering (CSR), Server side rendering (SSR), Static Site Generation (SSG) and...
There are so many articles or tutorial that teach about React performance optimization using memo() and useMemo(). But in some case, you don't need to...