From simple user interfaces to complex single-page applications using faster, server-side rendered and easy to learn framework.
- Server-side rendering
- Debugging experience
- Faster
- MV-ish
- Modular
- Built-in utility library
- Forward thinking
- ... and many more
Just copy and paste the code below for your first jsblocks application. Continue with the documentation and the jsblocks starter template project
<!DOCTYPE html>
<html>
<head>
<script src="http://jsblocks.com/jsblocks/blocks.js"></script>
<script>
blocks.query({
name: blocks.observable()
});
</script>
</head>
<body>
Name:
<input data-query="val(name)" placeholder="Enter your name here" />
<hr />
<h1>Hello {{name}}!</h1>
</body>
</html>
We are ready to answer your questions quickly.