Skip to content

Commit

Permalink
chore(doc): add the root readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzofox3 committed Mar 2, 2024
1 parent 86b8f78 commit d009eb7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# cofn

A set of small libraries to build your UI framework converting coroutines into web components

* [core](./packages/core): define web components from a coroutine (574 bytes)
* [view](./packages/view): use declarative template rather than imperative rendering logic (1475 bytes)
* [controllers](./packages/controllers): manage state updates from a controller function (271 bytes)
* [di](./packages/di): define provider elements an inject what they create into children elements (305 bytes)

Sizes are in bytes (minified and using brotli compression algorithm)

0 comments on commit d009eb7

Please sign in to comment.