Description
Just copy and paste the code below for your first jsblocks application. Continue with the documentation and the jsblocks starter template project
jsblocks alternatives and similar libraries
Based on the "derby" category.
Alternatively, view jsblocks alternatives based on common mentions on social networks and blogs.
-
GrapesJS
Free and Open source Web Builder Framework. Next generation tool for building templates without coding -
Alpine.js
A rugged, minimal framework for composing JavaScript behavior in your markup. -
mithril.js
A JavaScript Framework for Building Brilliant Applications -
Adonis
๐ The Node.js Framework highly focused on developer ergonomics, stability and confidence -
Rete.js
Rete.js is a framework for creating visual interfaces and workflows. It provides out-of-the-box solutions for visualization using various libraries and frameworks, as well as solutions for processing graphs based on dataflow and control flow approaches. -
litegraph.js
A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently. -
FoalTS
Full-featured Node.js framework, with no complexity. ๐ Simple and easy to use, TypeScript-based and well-documented. -
Keo
Plain functions for a more functional Deku approach to creating stateless React components, with functional goodies such as compose, memoize, etc... for free. -
Whatsup
A frontend framework for chillout-mode development ๐ฅค JSX components on generators*, fast mobx-like state management and exclusive cssx style system -
finity
A finite state machine library for Node.js and the browser with a friendly configuration DSL. -
makefun
Use promise values as they are satisfied otherwise wait for the promise
A Non-Cloud Alternative to Google Forms that has it all.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of jsblocks or a related project?
Popular Comparisons
README
โ 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.
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