DEV Community

Discussion on: I made: POS with React Native

Collapse
 
stefandorresteijn profile image
Stefan Dorresteijn

Damn, that's pretty impressive. I've recently started working with RN and while it's been much easier than working with Java/Swift, it's been far from smooth so far.

Did you build the entire app without a central backend? And if so, aren't you afraid at some point the tablet might get nicked and you lose all the data you had?

Collapse
 
eldelshell profile image
eldel$hell

Hi @stefan

Did you build the entire app without a central backend? And if so, aren't you afraid at some point the tablet might get nicked and you lose all the data you had?

Yes, there's no backend. I mean, Firebase was kind of an overkill, that's why on Part II I'll try to explain the backup policy and the whole DB thing. Once I get more time and the feature is required, I might use a DB backend, either Firebase or a Node API.

Collapse
 
stefandorresteijn profile image
Stefan Dorresteijn

That's fair, can't wait for part 2 :)

Thread Thread
 
jawhersghaierr profile image
jawhersghaierr

ddd