MVC Frameworks and Libraries

Open-source projects categorized as MVC Frameworks and Libraries

Top 23 MVC Frameworks and Library Open-Source Projects

  • React

    The library for web and native user interfaces.

  • Project mention: React 18.3.0 Is Out | news.ycombinator.com | 2024-04-25

    Oddly, no info on changelog: https://github.com/facebook/react/blob/main/CHANGELOG.md

  • Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

  • Project mention: Here are the 10 projects I am contributing to over the next 6 months. Share yours | dev.to | 2024-04-13

    Vuejs

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • react-native

    A framework for building native applications using React

  • Project mention: Apple privacy manifest for React Native | dev.to | 2024-04-22

    This is a modified version of the file from the react native cli template

  • Angular

    Deliver web apps with confidence 🚀

  • Project mention: Angular Signals, Reactive Context, and Dynamic Dependency Tracking | dev.to | 2024-04-24

    /** * https://github.com/angular/angular/blob/75a186e321cb417685b2f13e9961906fc0aed36c/packages/core/src/render3/reactivity/untracked.ts#L15 * * packages/core/src/render3/reactivity/untracked.ts * **/ export function untracked(nonReactiveReadsFn: () => T): T { const prevConsumer = setActiveConsumer(null); try { return nonReactiveReadsFn(); } finally { setActiveConsumer(prevConsumer); } }

  • Svelte

    Cybernetically enhanced web apps

  • Project mention: How to optimise React Apps? | dev.to | 2024-04-21

    React has introduced measures like batching state updates, background concurrent rendering and memoization to tackle this. My opinion is that the best way to solve the problem is by improving their reactivity model. The app needs to be able to track the code that should be re-run on updating a given state variable and specifically update the UI corresponding to this update. Tools like solid.js and svelte work in this manner. It also eliminates the need for a virtual DOM and diffing.

  • Element UI

    A Vue.js 2.0 UI Toolkit for Web

  • Meteor JS

    Meteor, the JavaScript App Platform

  • Project mention: Meteor v3 uses express under the hood – How to use and deploy it. | dev.to | 2024-03-04

    As you might have seen from this PR and in our forums Meteor v3(it is still in beta, but you can follow the progress here) will be released with a new engine, expressjs.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Preact

    ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.

  • Project mention: Preact vs React: A Comparative Guide | dev.to | 2024-04-23

    In this post, we get to know more about Preact, one of this year's trending libraries. And we'll compare it to React to see which one suits better for our projects.

  • Backbone.js

    Give your JS App some Backbone with Models, Views, Collections, and Events

  • Project mention: Ask HN: What are some of the most elegant codebases in your favorite language? | news.ycombinator.com | 2023-06-17
  • Alpine.js

    A rugged, minimal framework for composing JavaScript behavior in your markup.

  • Project mention: Biometric authentication with Passkeys | dev.to | 2024-03-09

    Alpine.js for reactive frontend

  • Ember.js

    Ember.js - A JavaScript framework for creating ambitious web applications

  • Project mention: Episode 24/13: Native Signals, Details on Angular/Wiz, Alan Agius on the Angular CLI | dev.to | 2024-04-05

    Similarly to Promises/A+, this effort focuses on aligning the JavaScript ecosystem. If this alignment is successful, then a standard could emerge, based on that experience. Several framework authors are collaborating here on a common model which could back their reactivity core. The current draft is based on design input from the authors/maintainers of Angular, Bubble, Ember, FAST, MobX, Preact, Qwik, RxJS, Solid, Starbeam, Svelte, Vue, Wiz, and more…

  • Polymer

    Our original Web Component library.

  • GrapesJS

    Free and Open source Web Builder Framework. Next generation tool for building templates without coding

  • Project mention: Any FOSS to make HTML websites for self-hosting? | /r/opensource | 2023-12-07

    What I found was GrapesJS. I'd definitely recommend it: https://grapesjs.com/

  • hyperapp

    1kB-ish JavaScript framework for building hypertext applications

  • Project mention: VanJS (Vanilla JavaScript): smallest reactive UI framework | news.ycombinator.com | 2023-05-25

    Please check out https://github.com/jorgebucaran/hyperapp

  • inferno

    :fire: An extremely fast, React-like JavaScript library for building modern user interfaces

  • Project mention: Inferno 8.2.3 Released! | /r/infernojs | 2023-12-11

    FormEvent event.target has been explicitly defined for this event type c337fdd

  • AdonisJs Framework

    AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official packages, and more. (by adonisjs)

  • Project mention: Hot module replacement (HMR) in AdonisJS | dev.to | 2024-04-24

    The framework users, particularly Estéban, have raised this problem several times. Here's a discussion thread for your reference.

  • million

    Optimize React performance and make your React 70% faster in minutes, not months.

  • Project mention: Show HN: Million Lint – ESLint for Performance | news.ycombinator.com | 2024-02-29

    Hey HN! Founder of Million – We’re building a tool to that helps fix slow React code. Here is a quick demo: https://youtu.be/k-5jWgpRqlQ

    Fixing web performance issues is hard. Every developer knows this experience: we insert console.log everywhere, catch some promising leads, but nothing happens before "time runs out." Eventually, the slow/buggy code never gets fixed, problems pile up on a backlog, and our end users are hurt.

    We started Million to fix this. A VSCode extension that identifies slow code and suggests fixes (like ESLint, for performance!) The website is here: https://million.dev/blog/lint

    I realized this was a problem when I tried to write an optimizing compiler for React in high school (src: https://github.com/aidenybai/million). It garnered a lot of interest (14K+ stars) and usage, but it didn't solve all user problems.

    Traditionally, devtools either hinge on full static analysis OR runtime profiling. We found success in a mixture of the two with dynamic analysis. During compilation, we inject instrumentation where it's necessary. Here is an example:

      function App({ start }) {

  • feathers

    The API and real-time application framework

  • Project mention: Ask HN: Can anyone suggest few open source projects for SaaS Boilerplate? | news.ycombinator.com | 2024-04-17

    For backend this might help https://feathersjs.com. I’m not affiliated with them, just a happy user.

  • riot

    Simple and elegant component-based UI library

  • Project mention: Button Component with RiotJS (Material Design) | dev.to | 2024-03-23

    These articles form a series focusing on RiotJS paired with BeerCSS, designed to guide you through creating components and mastering best practices for building production-ready applications. I assume you have a foundational understanding of Riot; however, feel free to refer to the documentation if needed: https://riot.js.org/documentation/

  • Mithril.js

    A JavaScript Framework for Building Brilliant Applications

  • Project mention: Mithril.js: A Modern Framework for JavaScript | dev.to | 2024-04-25

    You can find more information about Mithril.js on its official website.

  • blockly

    The web-based visual programming editor.

  • Project mention: The Unix Game | news.ycombinator.com | 2023-10-20

    Perhaps blockly

    https://developers.google.com/blockly

  • Aurelia 1

    The Aurelia 1 framework entry point, bringing together all the required sub-modules of Aurelia. (by aurelia)

  • knockout

    Knockout makes it easier to create rich, responsive UIs with JavaScript

  • Project mention: Do You Remember Knockoutjs? | news.ycombinator.com | 2024-01-25
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

MVC Frameworks and Libraries related posts

Index

What are some of the best open-source MVC Frameworks and Library projects? This list will help you:

Project Stars
1 React 221,803
2 Vue.js 206,951
3 react-native 115,758
4 Angular 94,464
5 Svelte 76,402
6 Element UI 53,954
7 Meteor JS 44,038
8 Preact 36,041
9 Backbone.js 28,079
10 Alpine.js 26,798
11 Ember.js 22,441
12 Polymer 22,042
13 GrapesJS 20,020
14 hyperapp 19,023
15 inferno 16,006
16 AdonisJs Framework 15,417
17 million 15,163
18 feathers 14,931
19 riot 14,830
20 Mithril.js 13,877
21 blockly 12,103
22 Aurelia 1 11,745
23 knockout 10,412

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com