0.3.5 • Published 8 years ago
blocks v0.3.5
Better MV-ish Framework
From simple user interfaces to complex single-page applications using faster, server-side rendered and easy to learn framework.
I am also working on a Markdown Editor. I will appreciate it if you check it out and tell me what you think.
Features
- Server-side rendering
- Debugging experience
- Faster
- MV-ish
- Modular
- Built-in utility library
- Forward thinking
- ... and many more
Getting started
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/blocks/0.3.2/blocks.js"></script>
<script>
blocks.query({
firstName: blocks.observable()
});
</script>
</head>
<body>
Name:
<input data-query="val(firstName)" placeholder="Enter your name here" />
<hr />
<h1>Hello {{firstName}}!</h1>
</body>
</html>
Example projects
Ask a question
Contribute
- Documentation can be found under jsblocks-docs
0.3.5
8 years ago
0.3.4
10 years ago
0.3.3
10 years ago
0.3.2
10 years ago
0.3.1
10 years ago
0.3.0
10 years ago
0.2.7
10 years ago
0.2.6
10 years ago
0.2.5
10 years ago
0.2.4
10 years ago
0.2.3
10 years ago
0.2.2
10 years ago
0.2.1
10 years ago
0.2.0
10 years ago
0.1.8
10 years ago
0.1.6
10 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago
0.0.2
10 years ago
0.0.1
12 years ago
0.0.0
13 years ago