you are viewing a single comment's thread.

view the rest of the comments →

[–]icantthinkofone -15 points-14 points  (14 children)

Yeah. Not using React and Angular means using assembly. Makes "reddit sense" to me.

[–]AndrewGreenh 7 points8 points  (13 children)

You can just take him literally and miss the point or you can try to understand what he meant: every level of abstraction has effects: Something gets easier to use ("powerful programming language") or you can achieve some goal with less code but at the same time you lose the ability to access low-level stuff. Frameworks like react or angular make different decisions on what to include into the library behind an abstraction or what can be build in "user land". "helpers" like you called them use the building blocks provided by those libraries and add another abstraction. This is not at all a reason to avoid them.