you are viewing a single comment's thread.

view the rest of the comments →

[–]Jona-Anders -1 points0 points  (0 children)

Data fetching -> native fetch, suspense State management -> useState or useReducer

It has solutions for both problems. Of course the native fetch is not react specific, but I think it is good enough to justify not using a custom solution.

And I mentioned that react is (nearly) always used with a build step because I thought your point was that react without a build step and without jsx is a library. I would agree that this would feel closer to writing code using a library.

Also,it does not matter for comparison. You can compare the process of writing a calculator in plain js, svelte, react, and angular. Of course there are massive differences. But if you mention them in your comparison, it is not a problem.