Grooveround / jsblocks

Better MV-ish Framework

Home Page:http://jsblocks.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsblocks    Build Status

Better MV-ish Framework

From simple user interfaces to complex single-page applications using faster, server-side rendered and easy to learn framework.

[ official website ]

Features

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

We are ready to answer your questions quickly.

About

Better MV-ish Framework

http://jsblocks.com

License:Other


Languages

Language:JavaScript 99.6%Language:HTML 0.3%Language:CSS 0.0%