a small incremental UI library for the web
javascript web ui
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add description

garrison 8b98ade9 86b1196a

+14
+14
README.md
··· 1 + # Noir 2 + 3 + Noir is a minimal incremental UI library. 4 + 5 + Noir is a React-like, and offers an API that is virtually identical to that of post-hooks React. 6 + It features an asynchronous (time-sliced and interruptible) engine similar to React's Fiber engine. 7 + A simple scoped CSS implementation is also included. 8 + 9 + Noir is designed to be fast and small. 10 + It has zero dependencies. 11 + 12 + ## Status 13 + 14 + Noir is experimental and under active development.