Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Top 23 TypeScript TypeScript Projects
-
Project mention: Is it possible to create and then switch easily between different configurations, like virtual environments but for VS Code? | reddit.com/r/vscode | 2023-02-07
The function of saving the settings of vscode itself has been discussed for a long time. It was available in the insider version before, and now it is available in the latest version.
-
Project mention: Why does Typescript allow additional fields but not missing fields in return value type? | reddit.com/r/typescript | 2023-02-07
In this case, the most likely answer is simply "the TypeScript team didn't implement excess property checks for return values". From a bit of research, it may be related to https://github.com/microsoft/TypeScript/issues/241
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Project mention: Desperately want to make my own game, tripped up on certain integral parts [JS/HTML/CSS] | reddit.com/r/incremental_gamedev | 2023-02-04
One of the first problems I ran into, is that manually manipulating the DOM is error-prone and just not fun to do. So I started looking into tools that can do the job for you. Vue.js, React, Angular, and Svelte are the most popular of such frameworks. I settled on Vue because of personal preferences. Now when my values change, the UI updates automatically.
-
2. Ant Design
-
storybook
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.
Storybook is great for testing components in an isolated environment
-
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) 🚀
-
Ionic Framework
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
Project mention: Any good resources for component library development? | reddit.com/r/Angular2 | 2023-02-03 -
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Install the types (usually @types/LIBRARYMANE) from the DefinitelyTyped repository.
-
Hurry what up? 3.0? they're already on 3.1.1 if you didn't know
-
Project mention: How can I use query parameters to set the initially checked radio button with react-hook-form? | reddit.com/r/nextjs | 2023-02-07
In either case, the checked option should be changeable. I'm struggling to set this up with Next.js & react-hook-form.
-
taro
开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
-
TypeORM
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
Project mention: PHP vs JS en backend, ¿Qué me recomiendas? | reddit.com/r/programacion | 2023-02-07 -
This article concentrates on the situation of 'union to set', and it's logical to question if 'union' can be converted to 'tuple'(sorted set). You can jump to this issue to see what people are talking about. This question is also available in type-challenge.
-
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
2. Prisma
-
n8n
Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
hmm...another option would be n8n (https://n8n.io/). comes as a docker container. there you can build your customized pipelines. setting up n8n + a job queue with a worker is less than an hour of work.
-
But I want to impress upon you that this is just only one of many patterns you can use this hook for. While this is subjective, I am personally not a huge fan of Redux and this type of pattern. It has its merits, but I think once you want to start layering in new patterns for actions, Mobx, Zustand, or XState are preferable in my personal opinion.
-
This project was generated with Angular CLI version 15.1.3 and PrimeNG version 15.1.1.
-
appsmith
Low code project to build admin panels, internal tools, and dashboards. Integrates with 15+ databases and any API.
Hey u/cpBurn, Appsmith may work for your use case. We have a Version control with Git feature that lets you backup your app to GitHub or GitLab, create branches, add commit messages directly from the app editor when deploying, etc. And you can do code reviews in GitHub/GitLab once the app is connected.
-
Who uses ngx-admin?| Documentation | Installation Guidelines | Angular templates
-
But I want to impress upon you that this is just only one of many patterns you can use this hook for. While this is subjective, I am personally not a huge fan of Redux and this type of pattern. It has its merits, but I think once you want to start layering in new patterns for actions, Mobx, Zustand, or XState are preferable in my personal opinion.
-
NativeScript
⚡ Empowering JavaScript with native platform APIs. ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java). Use what you love ❤️ Angular, Capacitor, Ionic, React, Svelte, Vue and you name it compatible.
Project mention: The right way to build multi platform apps in 2023 using web tech. ? | reddit.com/r/webdev | 2023-01-31There are layers that offer access to native APIs like capacitor, cordova and nativescript. Apparently sometimes multiple of them should be used, but I didn't understand what are the differences even after reading the announcement. These seem to be frontend agnostic technologies and Capacitor is apparently the more modern choice at the moment.
-
react-starter-kit
The web's most popular Jamstack front-end template (boilerplate) for building web applications with React
4 React Starter Kit React Starter Kit The React library, which has 20.6k stars, served as the foundation for Kriasoft's isomorphic starter kit. Modern web development tools including Node.js, Express, GraphQL, Babel, PostCSS, Webpack, and Browsersync are used by React Starter Kit
-
Next, we create a new component called CarsTable, responsible for rendering the table. We will use @tanstack/react-table for the table behavior and react-bootstrap for UI elements.
-
Sonar
Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
TypeScript TypeScript related posts
- Show HN: We built an open-source LaunchDarkly alternative for B2Bs
- Is it possible to create and then switch easily between different configurations, like virtual environments but for VS Code?
- Adding cmd-k for Quick Navigation
- Explorando novos horizontes
- Why does Typescript allow additional fields but not missing fields in return value type?
- How can I use query parameters to set the initially checked radio button with react-hook-form?
- VS Code snippets in quick suggestions started acting weird without any action from my side.
-
A note from our sponsor - Sonar
www.sonarsource.com | 8 Feb 2023
Index
What are some of the best open-source TypeScript projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | Visual Studio Code | 142,182 |
2 | TypeScript | 88,325 |
3 | Angular | 86,136 |
4 | antd | 84,221 |
5 | storybook | 76,413 |
6 | Nest | 54,059 |
7 | Ionic Framework | 48,566 |
8 | DefinitelyTyped | 42,613 |
9 | vuetify | 36,408 |
10 | react-hook-form | 33,035 |
11 | taro | 32,227 |
12 | TypeORM | 30,280 |
13 | type-challenges | 29,937 |
14 | Prisma | 28,877 |
15 | n8n | 28,005 |
16 | MobX | 26,116 |
17 | angular-cli | 25,913 |
18 | appsmith | 24,540 |
19 | ngx-admin | 24,215 |
20 | xstate | 22,631 |
21 | NativeScript | 22,140 |
22 | react-starter-kit | 21,704 |
23 | react-bootstrap | 21,454 |