TypeScript MVC Frameworks and Libraries

Open-source TypeScript projects categorized as MVC Frameworks and Libraries

Top 12 TypeScript MVC Frameworks and Library Projects

  • 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

  • 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); } }

  • 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
  • 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/

  • 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.

  • 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

  • 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
  • Aurelia 1

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

  • rxweb

    Tons of extensively featured packages for Angular, VUE and React Projects

  • core

    A frontend framework for chillout-mode development 🥤 JSX components on generators*, fast mobx-like state management and exclusive cssx style system (by fract)

  • rimmel

    A Functional-Reactive templating library for the Rx.Observable Universe.

  • Regor

    A modern UI framework for web and desktop applications, inspired by Vue's concepts and powered by simplicity and flexibility.

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).

TypeScript MVC Frameworks and Libraries related posts

Index

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

Project Stars
1 Vue.js 206,951
2 Angular 94,464
3 GrapesJS 20,020
4 AdonisJs Framework 15,417
5 million 15,163
6 feathers 14,931
7 blockly 12,113
8 Aurelia 1 11,745
9 rxweb 399
10 core 145
11 rimmel 11
12 Regor 4

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