S
S
Sergey Mamenko2018-05-29 18:31:55
React
Sergey Mamenko, 2018-05-29 18:31:55

Basic backend understanding for Vue/React developer?

Please tell me about the backend for javascript applications.
I started writing a small simple application similar in functionality to todo lists and I don’t understand how to save the entered data
The user has the opportunity to create his own list, while only 4 data fields are entered in the list element:
1. Title
2. Date (still just in text format)
3. Available amount of money (just a number)
4. Required amount (also just a number)
Actually, that's all, a simple application that calculates the number of days until the goal is reached.
In principle, one could take WordPress, because. he is familiar to me. But most likely, no one does this on the bulk of projects and does not take WP as a backend.
I would just like to know in the future what is used in real projects mainly and what to pay attention to

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Spirin, 2018-05-29
@bobongida97

Real projects usually use REST API .
For your application, local storage is enough .
You can use firebase .
At the very least, you can use the REST API plugin for WP.
You can try to write a simple REST API server in Epress/Koa or any PL suitable for this task.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question