Popularity
4.9
Stable
Activity
1.3
Declining
2,800
117
115

Description

Just copy and paste the code below for your first jsblocks application. Continue with the documentation and the jsblocks starter template project

Code Quality Rank: L3
Programming language: JavaScript
License: MIT License
Latest version: v0.3.5

jsblocks alternatives and similar libraries

Based on the "derby" category.
Alternatively, view jsblocks alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of jsblocks or a related project?

Add another 'derby' Library

README

jsblocks    Build Status

โ— I started working on this project in 2012. React didn't exist, Angular didn't have a stable 1.0 release, Internet Explorer 7, 8, 9 was used by 35% of users worldwide, I was 20 years old. I am proud of what I did then but it was overly ambitious for a single person. The repo is now a showcase of my early skills. More about my current work here.

๐Ÿค” I am using React (if you are wondering). In my opinion it's the best UI framework by a huge margin. I believe I can call a vote as I have a lot experience on the topic.

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

Contribute