SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 TypeScript ReactJS Projects
-
If you are a React developer, you most likely work with different state management libraries like React Redux, Redux Toolkit, React Query, or even Zustand!
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: Fundamentals of React Native App Development: Dependencies, Performance, Native Modules, and Publishing Guide | dev.to | 2024-10-05
-
GitHub: https://github.com/chakra-ui/chakra-ui
-
taro
开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
-
novu
Open-Source Notification Platform. Embeddable Notification Center, E-mail, Push and Slack Integrations.
Let's explore the customization pyramid concept using Novu’s new component as an example. By the way, our source code is open-source and publicly available in the Novu GitHub Repository.
-
react-table
🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
Project mention: react-table VS revo-grid - a user suggested alternative | libhunt.com/r/table | 2024-08-21 -
react-admin
A frontend Framework for single-page applications on top of REST/GraphQL APIs, using TypeScript, React and Material Design
With a simple relational data model, developers can easily modify the system to store additional data. Its component-based architecture allows for replacing or customizing any part of the application, giving developers full control over the user experience. Built using React and react-admin, two widely supported frameworks, it comes with a rich library of pre-built components ready for use.
-
OpenAPI is great, we use it in combination with redoc (https://github.com/Redocly/redoc) to have a almost 0 effort API for our product.
But man, my tokenizer is in trouble with OpenAPI and OpenAI.
-
react-starter-kit
The web's most popular Jamstack front-end template (boilerplate) for building web applications with React
Project mention: Major Update to React Starter Kit: Welcome Joy UI and Jotai! | /r/reactjs | 2023-12-04Your Feedback Matters Your feedback is crucial for the continuous improvement of the React Starter Kit. Please try out the new version and share your thoughts and experiences. If you encounter any issues or have suggestions, feel free to open an issue on GitHub or join our community chat on Discord. We're excited to see the amazing applications you'll build with these new features! Happy coding! https://github.com/kriasoft/react-starter-kit
-
Project mention: Building Micro Frontends with Vite, React, and TypeScript: A Step-by-Step Guide | dev.to | 2024-09-17
Next, we install the dependencies, but this time we’ll add @nextui and framer-motion:
-
Project mention: How to deploy a Next.js app to a Hetzner VPS using SST and Docker | dev.to | 2024-08-12
SST is a framework that makes it easy to build modern full-stack applications on your own infrastructure. SST v3 uses Pulumi and Terraform – SST Documenation
-
signoz
SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
Project mention: OpenTelemetry and vendor neutrality: how to build an observability strategy | news.ycombinator.com | 2024-09-18I think the biggest value I see with OpenTelemetry is the ability to instrument your code and telemetry pipeline once (using otel collector) and then choose a backend and visualisation framework which meets your requirement.
For example at SigNoz [0], we support OpenTelemetry format natively from Day 1 and use ClickHouse as the datastore layer which makes it very performant for aggregation and analytics queries.
There are alternative approaches like what Loki and Tempo does with blob storage based framework.
If your data is instrumented with Otel, you can easily switch between open source projects like SigNoz or Loki/Tempo/Grafana which IMO is very powerful.
[1] https://github.com/signoz/signoz
-
-
Very cool and promising.
Currently the biggest blocker, even for simple use cases that don't have to add automation (there is no clear way to add customized automation), is the lack of permissions. Everyone has the same access to all the data!
User permissions: https://github.com/twentyhq/twenty/discussions/209
-
reactotron
A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
Project mention: Fundamentals of React Native App Development: Dependencies, Performance, Native Modules, and Publishing Guide | dev.to | 2024-10-05 -
-
React Toastify
-
CopilotKit
A framework for building custom AI Copilots 🤖 in-app AI chatbots, in-app AI Agents, & AI-powered Textareas.
Enter the solution: An AI-powered trip planner i.e., our CopilotKit 😉.
-
Project mention: Experimental web browser optimized for rabbit-holing | news.ycombinator.com | 2024-10-04
As I mentioned, it is a research project, so I would not expect production ready code or multi-browser support. They are indeed not supporting the old version, as they are rewriting almost everything from scratch.
Last time I had contact with them, they were exploring using Plasmo [1] as building block for the extension, instead of doing everything vanilla as they did in the 1st version, which would offer cross-browser support out of the box.
But meanwhile, you can check the code [2] and add the FF manifest yourself to try it out.
[1] https://github.com/PlasmoHQ/plasmo
[2] https://github.com/Vis4Sense/HistoryMap
-
gdbgui
Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
-
spectacle
A React-based library for creating sleek presentations using JSX syntax that gives you the ability to live demo your code. (by FormidableLabs)
-
Project mention: Notesnook – open-source and zero knowledge private note taking app | news.ycombinator.com | 2023-12-20
The home page title has the word zero knowledge, I guess?
Their GitHub has slightly more info regarding this, but I agree that stuff like this should have at least a page dedicated for it that explains how they've implemented their security.
> Notesnook is a free (as in speech) & open-source note-taking app focused on user privacy & ease of use. To ensure zero knowledge principles, Notesnook encrypts everything on your device using XChaCha20-Poly1305 & Argon2.
https://github.com/streetwriters/notesnook
-
Next-js-Boilerplate
🚀🎉📚 Boilerplate and Starter for Next.js 14+ with App Router and Page Router support, Tailwind CSS 3.4 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Drizzle ORM + Husky + Lint-Staged + Vitest + Testing Library + Playwright + Storybook + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS ✨
Project mention: Show HN: PGlite – in-browser WASM Postgres with pgvector and live sync | news.ycombinator.com | 2024-08-12Huge fan of PGlite.
It's the perfect solution to have Postgres without the need of Docker. With just `npm install`, you can have a Postgres instance on your computer. So, it's extremely easy to onboard a new developer in your team.
And, the good news, PGlite works perfectly with Next.js.
I'm using PGlite in local and development environment with Next.js Boilerplate: https://github.com/ixartz/Next-js-Boilerplate
TypeScript ReactJS discussion
TypeScript ReactJS related posts
-
How to implement oAuth with PKCE for third-party integration in react
-
State Management in React Using MobX State Tree (MST)
-
Building Your First BotMate Plugin: A Step-by-Step Guide
-
useLayoutEffect in Zustand test-case explained.
-
Here’s how Zustand’s test-case uses ErrorBoundary.
-
Building Micro Frontends with Vite, React, and TypeScript: A Step-by-Step Guide
-
createWithEqualityFnImpl in Zustand’s source code explained.
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Oct 2024
Index
What are some of the best open-source ReactJS projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | zustand | 46,867 |
2 | react-hook-form | 41,224 |
3 | chakra-ui | 37,567 |
4 | taro | 35,415 |
5 | novu | 34,612 |
6 | react-table | 24,999 |
7 | react-admin | 24,849 |
8 | redoc | 23,385 |
9 | react-starter-kit | 22,691 |
10 | nextui | 21,581 |
11 | sst | 21,512 |
12 | signoz | 18,713 |
13 | tremor | 16,130 |
14 | Twenty | 15,985 |
15 | reactotron | 14,864 |
16 | Blitz | 13,628 |
17 | react-toastify | 12,591 |
18 | CopilotKit | 10,705 |
19 | plasmo | 10,280 |
20 | gdbgui | 9,872 |
21 | spectacle | 9,744 |
22 | notesnook | 9,576 |
23 | Next-js-Boilerplate | 8,949 |