SaaSHub helps you find the best software and product alternatives Learn more โ
Top 16 TypeScript Build Projects
-
Project mention: We switched from Next.js to Astro (and why it might interest you) | news.ycombinator.com | 2024-12-03
Just use react.... That's what I do - it is so much easier than trying to fight with Next.js.
I have a large application and I use next.js for the landing pages (landing, tos, privacy, blog, login, etc..) - but for the core application after login, I just use vanilla react with react router. For me I keep these as separate applications as I don't want to load the entire app just for the landing page or login box.
Every time I need to work in the nextjs part of the app I always run into problems and have to read the docs and troubleshoot, sift through which part of the docs apply to my setup versus the app router.
If your entire application needs to be indexed as a static site (e.g. content based versus a web application), then vanilla react isn't a good fit - so it depends on your needs.
Unrelated - but shout out to https://nx.dev. I always prefer using this for all of my projects - made it super easy to have my node backend, react frontend, nextjs landing page, chrome extension, cron jobs, etc.. all in the same codebase where I can share code between all of them via non-publishable libraries.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Project mention: Electron Code Signing: Using SSL.com codeSignTool for EV code signing | dev.to | 2024-05-09
-
-
-
-
You can check out his repo at: https://github.com/just-jeb/angular-builders
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
yarn.build
Build ๐ and Bundle ๐ฆ your local workspaces. Like Bazel, Buck, Pants and Please but for Yarn Berry. Build any language, mix javascript, typescript, golang and more in one polyglot repo. Ship your bundles to AWS Lambda, Docker, or any nodejs runtime.
-
-
vite-plugin-lib-inject-css
Inject css at the top of chunk file in lib mode using import statement, support multiple entries.
-
-
Project mention: Show HN: An opinionated build toolchain for TS projects | news.ycombinator.com | 2024-02-05
-
-
Project mention: Show HN: Self-Hostable Algolia DocSearch Replacement | news.ycombinator.com | 2024-10-11
No, it use different API with Algolia DocSearch.
> Have been looking for a way to mock the service in development
This is what I wanted too! So we have multiple providers, including `canary-provider-mock`. So you can use it to mock it in the dev.
example:
https://github.com/noxify/renoun-docs-template/blob/055b54/s...
-
package-build
cli to build library projects using only package.json and command line arguments as inputs
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
TypeScript Build discussion
TypeScript Build related posts
-
Things I learned while building projects with NX
-
Show HN: An opinionated build toolchain for TS projects
-
Show HN: An opinionated TS package build toolchain with typed configuration
-
An opinionated toolchain for your TypeScript package's build-related tasks
-
An opinionated toolchain for your TypeScript package's build-related tasks
-
Angular Testing in 2023 - Past, Present and Future
-
is there any real and open "multi project" monorepo?
-
A note from our sponsor - SaaSHub
www.saashub.com | 11 Dec 2024
Index
What are some of the best open-source Build projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | nx | 23,933 |
2 | forge | 6,522 |
3 | rushstack | 5,960 |
4 | just | 1,955 |
5 | ultra-runner | 1,206 |
6 | angular-builders | 1,149 |
7 | unity-builder | 858 |
8 | yarn.build | 326 |
9 | backfill | 157 |
10 | vite-plugin-lib-inject-css | 152 |
11 | reactcci | 68 |
12 | pkg-tools | 36 |
13 | build-this-branch | 21 |
14 | renoun-docs-template | 5 |
15 | package-build | 5 |
16 | wurk | 4 |