jsblocks

Better MV-ish Framework

Github星跟蹤圖

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.

(http://jsblocks.com?ref=github_readme)

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

主要指標

概覽
名稱與所有者astoilkov/jsblocks
主編程語言JavaScript
編程語言JavaScript (語言數: 3)
平台
許可證Other
所有者活动
創建於2015-02-20 09:15:59
推送於2025-01-13 13:10:41
最后一次提交2025-01-13 15:10:41
發布數6
最新版本名稱0.3.5 (發布於 2017-02-19 15:49:49)
第一版名稱0.3.0 (發布於 )
用户参与
星數2.8k
關注者數112
派生數103
提交數295
已啟用問題?
問題數121
打開的問題數12
拉請求數33
打開的拉請求數2
關閉的拉請求數4
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?