|
|
|
|
|
by semiquaver
1025 days ago
|
|
Crossing my fingers that the proposal for allowing (browser-ignored) type annotations in javascript progresses: https://tc39.es/proposal-type-annotations/ Between that, HTTP2/3 and ES modules many of the downsides for building apps with no compile step are almost completely mitigated. |
|
IMO build step woes are really overstated, my build step has linting, type checking, optimization, bundle analysis size diff checks, enables JSX, and is basically necessary for development anyway as you get hot reloading, compiler-added features for better debugging, etc.