Posted inReact React Hooks (Functional Components) Posted by By Sujay Kundu 27 March 2024 What are React Hooks ? Hooks were added to React in version 16.8. Hooks allow…
Posted inReact React – Design Patterns & Anti-Patterns Posted by By Sujay Kundu 27 March 2024 Element Elements are anything inside angle brackets <div></div> <Greeting /> Component Define a Component by…