awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
astoilkov avatar

astoilkov/jsblocks

0
View on GitHub↗
2,750 stars·100 forks·JavaScript·15 viewsweb.archive.org/web/20241002181521/http://jsblocks.com↗

Jsblocks

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

Features

  • Frontend Frameworks - An MV-ish framework for single-page applications.
  • MVC Frameworks - MV-style framework for web apps.
  • Web Frameworks - jsblocks is better MV-ish framework.
  • JavaScript 框架汇总 - Listed in the “JavaScript 框架汇总” section of the Awesome Frontend awesome list.

Star history

Star history chart for astoilkov/jsblocksStar history chart for astoilkov/jsblocks

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Jsblocks

These projects share indexed features with Jsblocks. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • jashkenas/backbonejashkenas avatar

    jashkenas/backbone

    28,108View on GitHub↗

    Backbone is a JavaScript MVC framework and client-side data orchestrator used to structure web applications. It functions as an event-driven UI library and RESTful state manager that synchronizes data models with remote JSON interfaces to maintain consistent application state. The framework coordinates communication between application components through a decoupled event system. It binds data updates directly to the document object model, ensuring that the user interface remains synchronized with the underlying state. It provides tools for frontend data organization, allowing developers to

    JavaScript
    View on GitHub↗28,108
  • knockout/knockoutknockout avatar

    knockout/knockout

    10,549View on GitHub↗

    Knockout is a client-side UI library and JavaScript framework used to create responsive web interfaces. It functions as a declarative data binding library and an observable data model system that decouples business logic from the document object model. The project implements the Model-View-ViewModel pattern to separate application logic from the user interface. It synchronizes data models with visual views by linking internal JavaScript properties to HTML elements, allowing the interface to update automatically when underlying data changes. The framework provides capabilities for dynamic fro

    JavaScript
    View on GitHub↗10,549
  • developit/preactdevelopit avatar

    developit/preact

    38,704View on GitHub↗

    Preact is a declarative UI library and a lightweight alternative to React for building user interfaces. It utilizes a component-based architecture and a virtual DOM to sync application state to the browser interface efficiently. The framework implements a modern React API and provides a compatibility layer to ensure existing component libraries and patterns can run within its environment. It also functions as a server-side rendering engine, generating HTML on the server and hydrating it on the client to optimize page load speeds. Additional capabilities include virtual DOM state management t

    JavaScript
    View on GitHub↗38,704
  • facebook/reactfacebook avatar

    facebook/react

    245,669View on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptjavascriptuifrontend
    View on GitHub↗245,669
Compare all 30 related projects→

Frequently asked questions

What does astoilkov/jsblocks do?

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

What are the main features of astoilkov/jsblocks?

The main features of astoilkov/jsblocks are: Frontend Frameworks, MVC Frameworks, Web Frameworks, JavaScript 框架汇总.

Which projects share features with astoilkov/jsblocks?

Projects with overlapping indexed features include: knockout/knockout — Knockout is a client-side UI library and JavaScript framework used to create responsive web interfaces. It functions… jashkenas/backbone — Backbone is a JavaScript MVC framework and client-side data orchestrator used to structure web applications. It… developit/preact — Preact is a declarative UI library and a lightweight alternative to React for building user interfaces. It utilizes a… hyperapp/hyperapp — Hyperapp is a lightweight JavaScript framework for building web applications. It functions as a declarative state… gwendall/way.js — Simple, lightweight, persistent two-way databinding. emberjs/ember.js — Ember.js is a structured JavaScript web framework designed for building scalable web applications. It utilizes a…