1 repositorio
Minimalist libraries providing a foundation for client-side web application development.
Distinct from Minimalist Web Frameworks: f14_mt3 focuses on web services (backend); this child focuses on the frontend UI foundation.
Explore 1 awesome GitHub repository matching web development · Frontend Frameworks. Refine with filters or upvote what's useful.
Choo is a minimalist frontend framework providing a tiny foundation for building web applications. It functions as an event-driven application core that decouples business logic from rendering and includes a client-side router to manage browser history and URL mapping without page reloads. The project distinguishes itself through an architecture that combines a server-side rendering engine for generating static HTML strings with a stateful UI component library. This allows for the creation of self-contained interface elements that maintain internal data and persist across global renders. The
Provides a tiny, composable foundation for building small and sturdy web applications.