Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools. Learn more →
Top 23 TypeScript TypeScript Projects
-
Project mention: Buggy animation in Atlassian Bitbucket is wasting half a CPU core at all times | news.ycombinator.com | 2023-12-01
This has nothing to do with the circle. Rendering animations in Chromium really is that expensive.
VS Code experienced this same issue with the cursor blinking animation and some loading animations - there the best fix after dozens of attempts and some of the best JS perf engineers in the world looking at it was to actually move back to JS to show/hide it on timeout. The only real "fix" if keeping the thing CSS animated is to set `steps(30)` or whatever other low value to decrease the refresh rate.
-
Project mention: VS Code still unable to show default value for optional function parameters after 6 years. Are you ok with that? | /r/vscode | 2023-12-01
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
Project mention: Deferrable Views: A New Performance Boost for Angular Applications | dev.to | 2023-11-27
Angular continue to surprise us with it's updates per version. In this new version Angular have also changes it's brand and documentation Angular 17. The major release of Angular Framework came with a number of new features and improvements, including:
-
material-ui
Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
Project mention: 9 React component libraries for efficient development in 2023 | dev.to | 2023-11-13GitHub stars: 89.3k GitHub link: https://github.com/mui/material-ui Documentation: https://mui.com/material-ui/getting-started/
-
Project mention: Top React Component UI Libraries to Enhance Your Web Development Projects | dev.to | 2023-11-30
Ant Design is a fantastic toolkit for React developers. It's like having a box of building blocks that are not only stylish but also super functional. With Ant Design, you get a collection of pre-made React components that you can easily put together to create a sleek and modern look for your web projects. Whether you're a beginner or a seasoned developer, Ant Design simplifies the process of making your web applications both visually appealing and user-friendly. It's a go-to choice for those who want a seamless blend of design and functionality in their React applications.
-
storybook
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.
[Storybook 7.6](https://github.com/storybookjs/storybook/releases) is here with increased performance and much more! 🔥 Improved SWC support 🧪 New test utilities and fast build mode 🔼 NextJS SWC + avif support & fixes 🤡 SvelteKit page and navigation mocking ⚛️ React-docgen upgrade 🎨 Controls a11y, background theming, and viewports 🩺 CLI: The doctor is in! 🚫 Addons: Remove React as a peer dependency 🪦 Storyshots and Vue2 deprecated
-
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
Community stats: NestJS has a large community with 60.5k stars and 7.2k forks on GitHub. 12,033 are tagged 'nestjs' on StackOverflow and an active discord community of 43,436 is also there to support fellow developers.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
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: Show HN: OpenAPI DevTools – Chrome ext. that generates an API spec as you browse | news.ycombinator.com | 2023-10-25
Firefox maintain a library for unified extension API https://github.com/mozilla/webextension-polyfill
Their type definition for HAR request isn't exported https://github.com/DefinitelyTyped/DefinitelyTyped/blob/mast...
-
Project mention: 10 UI Libraries You Should Explore for Your Next Vue.js Project | dev.to | 2023-10-29
Vuetify Vuetify is a popular UI library that follows the Material Design guidelines. It offers a rich set of pre-built components and features, making it easy to create modern and visually appealing UIs. Check out the Vuetify website for more information.
-
react-hook-form
-
Project mention: Show HN: Python-Type-Challenges, master Python typing with online exercises | news.ycombinator.com | 2023-11-28
-
n8n
Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
Project mention: Ask YC: tracking events platform and no-code workflow | news.ycombinator.com | 2023-11-23 -
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
I've made an automatic markdown documents generator for Prisma about two months ago.
-
taro
开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
-
TypeORM
ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
How does this compare to using directly an ORM lib that supports browser like TypeORM [0] via SQL.js [1]?
-
novu
🔥 The open-source notification infrastructure with fully functional embedded notification center 🚀🚀🚀
I don't think anyone here has recommended novu, and I quite frankly think it's brilliant. It might be worth having a look.
-
RESTful API: RESTful API does not have machine-readable metadata cacheable, and query validation is not available.(There are some libraraies tried to solve this issue like TRPC)
-
appsmith
Platform to build admin panels, internal tools, and dashboards. Integrates with 15+ databases and any API.
Project mention: Git in Appsmith: Every Developer Has Been Saved by Git — So, Why Isn’t it a Feature of App Platforms? | dev.to | 2023-11-13This wasn't an easy journey. While this functionality was in high demand, early versions were frustrating to use. In our earliest implementations, it wasn't even possible to pinpoint where the conflicts were in a file. Even members of the Appsmith development team would avoid using our early Git implementations. We even had a rule for our internal “Hackathons” that using the Git feature was banned because it kept breaking! So we know why other app platforms had avoided fully implementing Git: it really was a challenge to get it working right.
-
Zod is a TypeScript-first schema validation library with static type inference. It's designed to provide robust runtime validation while fully leveraging TypeScript's type system. This means you get the best of both worlds: type safety at compile-time and data validation at runtime.
-
Project mention: Show HN: Cami.js – A No Build, Web Component Based Reactive Framework | news.ycombinator.com | 2023-11-04
Looks good! FWIW I always felt the observable pattern much more intuitive than the redux/reducer style. Something like https://mobx.js.org/
Things get hairy in both, but redux pattern feels so ridiculously ceremonially to effectively manage a huge global state object with a false sense of "purity".
Observables otoh say "fuck it, I'm mutating everything, do what you want with it".
-
Project mention: Is anyone else experience sporadic sass failures after upgrading to Angular 15? | /r/Angular2 | 2023-11-26
Sass errors after migrating from Angular 13 to 15 / Node 14 to 18
-
Peer Rich (CEO at Cal.com)
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
TypeScript TypeScript related posts
- Monorepo, Poly-repo, or No Repo at all?
- Buggy animation in Atlassian Bitbucket is wasting half a CPU core at all times
- VS Code still unable to show default value for optional function parameters after 6 years. Are you ok with that?
- Show HN: React and Tailwind CSS UI Components
- Adding scss assets to Angular library
- I'm looking for contributors for my open source project
- Build modern full-stack applications on AWS
-
A note from our sponsor - Appwrite
appwrite.io | 1 Dec 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 | 153,325 |
2 | TypeScript | 95,454 |
3 | Angular | 92,361 |
4 | material-ui | 89,781 |
5 | antd | 88,437 |
6 | storybook | 81,089 |
7 | Nest | 61,189 |
8 | Ionic Framework | 49,836 |
9 | DefinitelyTyped | 45,901 |
10 | vuetify | 38,355 |
11 | react-hook-form | 37,687 |
12 | type-challenges | 37,418 |
13 | n8n | 35,419 |
14 | Prisma | 34,886 |
15 | taro | 33,921 |
16 | TypeORM | 32,516 |
17 | novu | 31,131 |
18 | trpc | 30,123 |
19 | appsmith | 29,890 |
20 | zod | 27,110 |
21 | MobX | 26,848 |
22 | angular-cli | 26,359 |
23 | cal.com | 25,198 |