|
|
|
|
|
by wcrichton
1506 days ago
|
|
Nota is really two things: 1. An alternative syntax (vs. JSX) for writing React programs. 2. A set of React components for structuring a web document As a syntax, Nota is meant to make writing prose-heavy React easier. As a set of components, Nota is meant to help readers use the document's structure for understanding the document's content, e.g. by showing the definition of a term when you click on it. It's not a replacement for HTML or Javascript, but an alternative syntax for them with a rich standard library. |
|