DEV Community

Discussion on: Deploying Create-React-App with Json-Server as backend to Github

Collapse
 
codigoisaac profile image
Isaac Muniz

I've tried this and I can't update the values dynamically. Once I set a value to true it can't be set to false again... And once I delete some entry, all the entries I added before are also deleted. This makes this application suited for internal testing but it's not cool to publish it to people to use, as they'll think it's full of bugs.

I'll try another host like heroku.

Collapse
 
nikita_guliaev profile image
Nikita Guliaev🧩

Absolutely right, Isaac. This is for quick prototyping only and can't be used in production.