Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 645 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 645 Bytes

Cosmo - Web Component Framework

A framework of components that can help fill the "framework gap"

Includes

  • @bycosmo/base: A base element that all other Cosmo elements start from
  • @bycosmo/helmet: An element to help manage what goes on in the head, inspired by react-helmet
  • @bycosmo/router: A simple router/link prefetching solution

Status

Very untested, initial stages

TODO

  • Global State management
  • Mature into a proper framework a la Enhance and Astro;
    • Page based routing
    • Bundling solution (likely Vite)
    • Images (and other assets)