Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

We have reactapp whhich currenly hold this configuraion in js file and This configurations is having new values every two months. because of this we need to deploy the application every month To avoid the deployment, Is it ok to load these configuration form the database and assign to a constant after successful.

is configurations are loaded from database for react apps, I am only 4 moths experienced in React-js. not sure of this.

We have some dropdown value currently configure as constants in js file ,we are planning to load this from database as well ? anybody show some insight on this, if any reference to sample code would be very helpful

thanks,

question from:https://stackoverflow.com/questions/65912658/is-ok-to-load-the-configuration-data-from-the-databse-in-reactjs-after-successfu

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.2k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...