S
S
Swartex2019-09-17 17:15:08
React
Swartex, 2019-09-17 17:15:08

Modern front-end frameworks for a static site, is it usable?

I would like to know your opinion about using Vue or React for static sites)
I know that there is gatsby for react, and https://gridsome.org/ for vue . the data for this site will be given by api, I know that you can do it like a regular web application, but I will need to somehow tie seo. Using SSR is not an option, because there is only no node on the server, and there will not be such a possibility soon :(
so as not to cycle all this on jQuery, I want something more flexible) I need something that will work quickly) Can you advise an alternative these two solutions?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
AlexisKmetik, 2019-09-18
@AlexisKmetik

You do not have a node on the server - there are no options for you. Classic web application with components on any framework. Why build a spa where the data is static? Buttons, forms and animations can be implemented using simple components. Yes, and the community has become lazy, sometimes it’s easier to write 100 lines of pure is code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question