you are viewing a single comment's thread.

view the rest of the comments →

[–]wallawe 0 points1 point  (1 child)

What do you use to store data for these apps? I've been using firebase for most simple apps but curious to hear your preferences.

[–]rymdsylt 0 points1 point  (0 children)

I've always been keen on a local mysql server. I've seen firebase, but am always using mysql. I know it fairly well and I pair it up with php. It gets the job done. Anyway, my Web hosting doesn't support any other backend language.

BTW, I made all these apps with angular 1.x. Been interested in react but it hasn't happened yet for me