backroad icon indicating copy to clipboard operation
backroad copied to clipboard

Remove configuration from Redux store

Open themeblvd opened this issue 6 years ago • 0 comments

Now that we're server-side rendering all of the configuration data into index.html of the admin client app, we no longer need to make an API request to get that data. And with the utility functions added at /utils/data.js it no longer needs to be a part of the state of the Redux store.

So the entire reducer in /admin/src/store/config.js can be removed.

themeblvd avatar Jul 01 '18 03:07 themeblvd