Edouard Bozon
@edbzn
Followers
1K
Following
5K
Statuses
2K
Software Engineer · Angular, Node.js & Nx · Open Source Contributor
France
Joined June 2012
@redwan_ping @RManganelly If a component grows too much, it's probably a sign that it needs to be split.
0
0
0
@VirtualOverride Not really, the compiler is imported to run Angular in JIT mode, which means components are compiled at runtime.
0
0
1
@Mizz_Shk2 It's meant to be an experiment; I'm not saying you should get rid of the build step. Note that doing everything at runtime comes with a performance cost. However, there are scenarios where it can be useful.
0
0
1
@RManganelly All frameworks can do it, I believe; it's just always a bit trickier with Angular. External templates and styles won't work since they rely on the CLI for bundling—but who’s still using external templates and styles anyway 🤡
2
0
0
@walkingriver It uses es-module-shims that enables importing ts files and stripping types at runtime using WASM
1
0
7
@lefet098 Here it is:
🤯 I pushed my Angular nobuild experiment a bit more and it works! I realized decorators are just functions that we can polyfill. Here it is, Angular + TypeScript with no build step and no NPM, pure runtime in the browser. Isn't that really cool?!
1
0
1
@hans_schenker You can implement monads in js but it's not the point, I doubt that ternaries are the fp alternative to if statements.
1
0
0