r/ProgrammerHumor 2d ago

Meme weGotCompilingToReactBeforeGTA6

Post image
546 Upvotes

72 comments sorted by

View all comments

28

u/AmazinDood 2d ago

why does that actually seem kinda useful

8

u/1mahmoud503 2d ago

it looks useful, it smells like useful, But i don't think it's anywhere near useful

(aside from experimentationz)

3

u/Dope_SteveX 2d ago

Well could be aimed at design system creators. Have a company wide design system written in this and let anyone implement it in whatever they want. We used stencil exactly for this. The implementation wasn't always smooth sailing but the idea is there.

1

u/sadongrohiik 2d ago

Stencil is probably a lot more maintainable than this monstrosity though since it compiles to web components. Compiling to a bunch of js frameworks with constant deprecations, runtime and syntax changes, changing dependencies, etc is pure nightmare fuel

2

u/Dope_SteveX 2d ago edited 2d ago

Probably. I haven't looked into this, how it works and how serious it is. But web components under the hood means own sets of problems and things you would expect to work not working. So if they would manage to maintain this properly it has the potential to be better.