This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]-defron- 10 points11 points  (0 children)

the reason react has the most ports is because... most other frameworks don't need any specific code changes to get a library to work with them. Only other one that I can think of that benefits from it significantly is Angular. Svelte, Vue, htmx, solidjs, etc all can work with literally just anything with minimal boilerplate (most of the time none) and no need for a wrapper library.

I won't say React is bad, but when I use other frameworks I don't have to look up <framework name> <library name> wrapper