We have several examples on the website.
Nuclear Performance test :http://alloyteam.github.io/Nuclear/pt/. There is a lot of room for improvement and optimization.
a react-like library without jsx , virtual dom and requestAnimationFrame :)
Nuclear used js , html+css and observejs instead of jsx , virtual dom and requestAnimationFrame.
the file is here: nuclear.js or nuclear.min.js
include the file in your html,such as:
<script src="nuclear.min.js"></script>You can also install it via npm:
npm install alloynuclearThis content is released under the MIT License.