JSX?. <div style=”position: relative; width… | by Piyushprashant | Medium

JSX is a syntax extension for JavaScript that allows you to write HTML-like code within your Javascript code. It was developed by Facebook and is now used in many popular frameworks like Angular and…

Creating Custom React Hooks. Create your custom react hook to… | by Piyushprashant | Medium

Hooks are a great addition to react. We have many inbuilt react hooks which are used to perform specific tasks. Hooks are very useful when you are using functional components. The above code…