Skip to content

2012 UI framework (I was 20 years old, React didn't exist, inspired by Knockout)

License

Notifications You must be signed in to change notification settings

astoilkov/jsblocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/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>

Example projects

Ask a question

We are ready to answer your questions quickly.

About

2012 UI framework (I was 20 years old, React didn't exist, inspired by Knockout)

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published