a small incremental UI library for the web
javascript
web
ui
1# Noir
2
3Noir is a small incremental UI library for the web.
4
5Noir is designed to be fast and small, and it has zero dependencies.
6It offers a declarative API virtually identical to that of post-hooks React,
7and runs on an asynchronous (time-sliced and interruptible) engine similar to React's Fiber engine.
8Component-scoped CSS is also included.
9
10## Status
11
12Noir is experimental and under active development.