Why Markup?

The best UI frameworks and libraries out there rely heavily on a good templating system. Nobody uses React without JSX or Angular without its HTML templates. Now, what if you had a standalone reactive templating system? Something that is:

Quick Start

Install it in your project

npm install @beforesemicolon/markup

or

yarn add @beforesemicolon/markup

Or simply add the following script in the head of your document.

<script src="https://unpkg.com/@beforesemicolon/markup/dist/client.js"></script>

What can you do with it?

The templating system will handle all the rendering needs of your project. With that out of the way, what you can build is up to you. It can be a full web application, a UI components library or the next UI framework. The only limit is your imagination.

Try it