SBSankalp Barriarinsankalpblog.hashnode.dev·May 15, 2024 · 1 min readNextJs Folder structureNextjs is a very popular framework build above react and also a frontend+backend framework. It comes with a very interesting routing which resides inside its folder structure. So let's dive into it. we are following 'src' directory as our root and a ...00
SBSankalp Barriarinsankalpblog.hashnode.dev·Oct 9, 2023 · 1 min readBest practice in React JSWhen we are creating a component in react, make sure to keep its name starting with a capital letter as most of the utilities like vite, and create-react-app will throw an error. here is the code snippet where App.js file is importing a jsx file Chai...00