What is “prop drilling” and how to prevent it pass the state as “props” through each nested component UseContext hook
Category: Reactjs
React Hooks
Hooks can only be called inside React function components. Hooks can only be called at the top level of a
React App to AWS Amplify
AWS tutorial Github domain hosting create github repo clone github repo create react app npx create-react-app . 4. add all
React Debugging
JSX expressions must have one parent element. Wrap all elements in render function under one <div></div> or <Fragment></Fragment> Warning: Each
Run Reactjs Sample Program
Install node.js and npm install create-react-app by the following command in cmd: npm install -g create-react-app This will create a