From d009eb78675f0ad1d11841351221d3a8f215c1fd Mon Sep 17 00:00:00 2001 From: lorenzofox3 Date: Sat, 2 Mar 2024 16:02:18 +0100 Subject: [PATCH] chore(doc): add the root readme.md --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..41e61e7 --- /dev/null +++ b/readme.md @@ -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)