TypeScript MVC Frameworks and Libraries

Open-source TypeScript projects categorized as MVC Frameworks and Libraries

Top 13 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: Ask HN: Modern Day Equivalent to HyperCard? | news.ycombinator.com | 2024-05-01

    If your kid is already doing Scratch, Blockly is a really easy next step.

    https://developers.google.com/blockly

    Critically, Blockly can emit JavaScript and Python, plus it supports plugins for extended functionality. So the kid can stay inside the blockly universe for as long as they like, but easily peer under the hood and get into Python or JavaScript as soon as they like.

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

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

  • derby

    MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers

  • 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 UI library for the Rx.Observable Universe.

  • Project mention: Lit vs Rimmel - Comparing tagged-template UI libraries | dev.to | 2024-05-09

    Lit and Rimmel are some relatively similar libraries as they both make use of tagged templates.

  • 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

  • Build Your Own React.js in 400 Lines of Code

    3 projects | dev.to | 15 May 2024
  • Lit vs Rimmel - Comparing tagged-template UI libraries

    2 projects | dev.to | 9 May 2024
  • Ask HN: Modern Day Equivalent to HyperCard?

    9 projects | news.ycombinator.com | 1 May 2024
  • Inflight Magazine no. 9

    5 projects | dev.to | 1 May 2024
  • Angular Signals, Reactive Context, and Dynamic Dependency Tracking

    1 project | dev.to | 24 Apr 2024
  • Hot module replacement (HMR) in AdonisJS

    1 project | dev.to | 24 Apr 2024
  • How to optimise React Apps?

    5 projects | dev.to | 21 Apr 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 17 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

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 207,096
2 Angular 94,660
3 GrapesJS 20,156
4 AdonisJs Framework 15,528
5 million 15,228
6 feathers 14,942
7 blockly 12,136
8 Aurelia 1 11,745
9 derby 4,713
10 rxweb 400
11 core 145
12 rimmel 14
13 Regor 4

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com