|
|
|
|
|
by hartator
2311 days ago
|
|
I think you are confusing frameworks and SPAs. For example, React is meant to build small components not SPA. But you can build a SPA using react-router. But you can build SPAs using vanilla JS as well. The only thing that truly defines SPAs is lack of “true” page changes. JS is taking control of your browser url bar and history. Which I personally dislike. |
|
React is meant to build (composable) user interfaces.