D
D
dastanbek23582020-05-05 21:01:44
JavaScript
dastanbek2358, 2020-05-05 21:01:44

What is the best JS framework for a mobile SPA?

Good afternoon, colleagues,
Please advise the best JS framework for mobile SPA?
Or articles with comparisons.
Last time I developed when jquery was in trend.
It is desirable that it weighs little, the mobile browser does not process for a long time and the plugin is enough for standard functionality.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Belyaev, 2020-05-05
@dastanbek2358

Svelte

It is desirable that it weighs little
runtime is minimal and only what is actually used
mobile browser did not process for a long time
compiles to a highly efficient native DOM api making it mega fast
the plugin was enough for standard functionality
You can start your search here

X
xmoonlight, 2020-05-05
@xmoonlight

1. The fastest way to load scripts/markup/styles: includeHTML (150 lines of code, less than 6 kb).
2. Visual: materializecss.com , bulma.io , getmdl.io .
3. To instantly update the values ​​in the fields - 10 lines of code (google search):шаблонизатор "REX Tiny templater" xmoonlight

V
Vladimir Korotenko, 2020-05-05
@firedragon

What's the difference for mobile?
You will have a 2 mb bundle. So what?
The point is in general in the data from the server and some other issues

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question