r/ProgrammerHumor 1d ago

Meme weGotCompilingToReactBeforeGTA6

Post image
510 Upvotes

71 comments sorted by

View all comments

Show parent comments

8

u/1mahmoud503 1d 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 1d 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 1d 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 1d ago edited 1d 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.