Skip to content

Commit e9e6b67

Browse files
committed
Remove 2 seconds bit
1 parent 26c8ce0 commit e9e6b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_blogposts/2025-11-11-introducing-rewatch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ These aren't just nice-to-haves. For teams working with multiple packages, prope
297297

298298
The techniques described above work together to create a build system that feels fundamentally different in practice. The most common operations during development (refactoring internal logic, fixing bugs, tweaking implementations) typically result in sub-second rebuilds. Less common operations that truly do require cascade recompilations (API changes, type modifications) benefit from parallel compilation and better module resolution.
299299

300-
There's a threshold in human perception where interactions that complete in under 2 seconds feel instant. ReWatch aims to keep most of your development builds under this threshold, keeping you in flow rather than waiting for compilation.
300+
ReWatch aims to keep most development builds fast enough that they don't interrupt your flow. When builds complete quickly, you stay focused on the problem you're solving rather than context-switching while waiting for compilation.
301301

302302
## Package Manager Compatibility
303303

0 commit comments

Comments
 (0)