Muhammad Wahab Ansarifrontend-tweaks.hashnode.dev·Oct 28, 2024Choosing the Right CSS Architecture for Scalable ApplicationsIntroduction to CSS Architecture CSS architecture is essential in building a smooth, scalable, and maintainable user interface, particularly for large-scale applications. The challenge lies in organizing CSS to ensure consistency and efficiency acros...DiscussLarge-Scale Applications
Smit Desaismitd.hashnode.dev·Apr 17, 2024Optimizing your Large Scale React ApplicationSingle Responsibility Principle Restaurant Card has a single responsibility to display Restaurant Cards on web-pageHeader Component has a single responsibility to display header on web-page So similarly for each Component that we create, we should gi...Discuss·43 readslarge scale react application