L
L
lexstile2020-03-06 17:42:18
React
lexstile, 2020-03-06 17:42:18

Is it possible to make an offline application on react?

There is a client who wants to have an application that works without the Internet.
Is it possible to implement? (should be launched by double click, no more)
No pre-installed node js.
There must be a database (adding, reading, deleting, updating records). Which one is better to use?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
hzzzzl, 2020-03-06
@lexstile

that is, a desktop application (double-clicked)?
you need to look at the Electron.js / React bundle, apparently you can
https://www.google.com/search?q=electron.js+react&...

There must be a database (adding, reading, deleting, updating records). Which one is better to use?

if offline, then surely SQLite is best suited, even some ready-made project googled
https://github.com/CosmicEon/Electron-React-Materi...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question