A
A
AdamDickins2019-09-30 22:58:34
Frontend
AdamDickins, 2019-09-30 22:58:34

What to use in Frontend for single page application?

Hello.
There was a question about the development of Frontend.
I want to get away from the standard scheme, where the backend renders the page.
Help me choose a JavaScript framework and a CSS framework.
Now my choice fell on Vue or ReactJS
As for CSS, the framework (while I understand this) has not been decided.
It is very interesting to hear what technologies you use when developing Frontend.
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
grinat, 2019-09-30
@grinat

I strongly recommend:

const render = (foo) => `
  <div>${foo.title}</div>
  <div>${foo.bar ? 'bar' : 'baz'}</div>
  <time>${new Date(foo.dt).toLocaleString()}</time>
`

I have enough for 95% of my projects.

G
gian_tiaga, 2019-10-01
@gian_tiaga

Question holivarny and taste. Whatever you like the most, choose. That React, that View solve the same tasks, both are developing, and there and there are many tools of all sorts of additions. Therefore, look at both and what is more drawn to that and stop

A
Alex-1917, 2019-10-22
@alex-1917

Here below they wrote)))
Closing, as correctly noted even below, 95% of the typical tasks of an average programmer who decided to tinker on the weekend...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question