React Portals – Understanding with examplesA guide to proper placement of DOM Elements in React

React Portals – Understanding with examples

A guide to proper placement of DOM Elements in React

While architecting scalable apps, writing syntactically correct React code is not enough. It is important to write semantically correct code as well where React Portals shine. Even if you have nailed the DRY (Don’t Repeat Yourself) coding principle, it is important that you ensure your code follows the best coding practices. By “Proper Placement” I…

Everyday GIT

Everyday GIT

Not another git cheatsheet you say?? There are a ton of git cheatsheets already. It is highly unlikely that i’ll ever refer to a cheat sheet when I can just google that sh** in 5 min and go through 5 Stack Overflow answers. Copy-paste random things until something works! Why another Git Cheatsheet? I beg…