-
Follow-up; Doing a comparison with Webpack and investigating devspace and telepresence for hot reloading experience between our local K8.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
ncc
Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires.
The current process of building a package locally is by running through a gulp task, using ttypescript to compile the TS and @vercel/ncc to build the binary:
-
lerna
:dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
Monorepo setup using Lerna
-
Setting esbuild was very easy and the developer experience that we were able to get was stunning, without adding many dependencies. It saved us a lot of development time trying to build the apps, give it a try.
-
devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Follow-up; Doing a comparison with Webpack and investigating devspace and telepresence for hot reloading experience between our local K8.