←back to thread

136 points saikatsg | 3 comments | | HN request time: 0.438s | source
1. satvikpendem ◴[] No.43807161[source]
Isn't this essentially dev containers?
replies(2): >>43807180 #>>43807390 #
2. Kuraj ◴[] No.43807180[source]
Yeah it would be really useful to have in the readme what kind of problems this solves that dev containers don't solve already
3. cirego ◴[] No.43807390[source]
My understanding is that dev containers are more about configuring your development environment with the right toolchains to build and run services.

Tilt is a monitor process that builds and starts your services, with a hot-reload loop that rebuilds and restarts your services when the underlying code changes. The hot reload loop even works for statically compiled languages.