How to update Child's state from Parent in React.
Pass a value from child to parent with the help of forwardRef & useImperativeHandle
Jul 13, 20223 min read

Search for a command to run...
Pass a value from child to parent with the help of forwardRef & useImperativeHandle

Create a Skeleton Loading Screen using React.js

It is a common thing with us humans to judge someone without even knowing who they really are. We just create an impression with the first interaction itself. The thing is, that person would be way different than we thought he/she is. JavaScript can ...