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.

Shorten description

garrison cec8bb60 94d7d879

+3 -8
+3 -8
README.md
··· 1 1 # Noir 2 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. 3 + Noir is a small incremental UI library with zero dependencies. 4 + It offers a declarative API virtually identical to that of post-hooks React, 5 + and runs on an asynchronous (time-sliced and interruptible) engine similar to React's Fiber engine. 11 6 12 7 ## Status 13 8