@cminor
Nothing here yet.
Nothing here yet.
Jan 29, 2024 路 2 min read 路 A "slice" is a collection of Redux reducer logic and actions for a single feature in your app, typically defined together in a single file createSlice() function 鈫扐 function that accepts an initial state, an object of reducer functions, and a "slice...
Join discussion
Oct 11, 2023 路 2 min read 路 So React uses its parallel dom in which it injects the HTML elements and renders the page so for that, we need to know how React converts an HTML element (back of the scene) also, we need a render function to merge the dom element in the main conta...
Join discussionOct 9, 2023 路 2 min read 路 Methods of Creating and Running a Project With Framework( Next.js) npx create-react-app Project_Name npm run start Without Framework( through Bundler Like Vite etc) npm create vite@latest npm install npm run dev What's inside the App.js a...
Join discussion