Component Architecture & Separating the UI Layer (MVC)
The Problem
After successfully decoupling the database logic into a Service Layer, the application was much faster, but the route files were still bloated. The routes were acting as both the data fetc
devlog-dheer.hashnode.dev3 min read