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