reactjs - React - load static html after compile and release -
i new react, have used angular/ojet/jquery in depth. please bare me.
i have project (e-commerce front-end) requires owner of site able change static pages. hoping can done without requiring re-build of website. owner not , not understand javascript or webpack workflows.
the file setup achieve:
www/ index.html dist/ ...built app... statics/ statics.json installfaq.html refinishfaq.html the idea owner can update .html files in dreamweaver , upload them server , things updated in web. configure statics.json have key:value pair , information required in app render statics in correct location/order , app knows filename/location of static file work with.
Comments
Post a Comment