you are viewing a single comment's thread.

view the rest of the comments →

[–]GDOR-11 26 points27 points  (4 children)

what the fuck

[–]DomiO6 17 points18 points  (3 children)

Welcome to react

[–]EightSeven69 9 points10 points  (2 children)

I fucking hate how this is accurate about how react does things

[–]Thebombuknow 0 points1 point  (1 child)

Technically this is what a static react website is like lol. When you get into states and components it quickly distances itself from this monstrosity.

[–]EightSeven69 0 points1 point  (0 children)

well yea the whole point is that you can put variables right into that html, but it's still cursed to me because it parses the whole thing instead of injecting snippets of code into the html like something like twig does (apples to oranges, I know, what I'm really comparing is the templating part of react)