redfin/react-server

Config is not available at module load time in the browser

gigabo opened this issue · 0 comments

It is available at module load time on the server. These should be consistent.

Currently config values are passed down with express state, which is not safe to send until immediately prior to bootstrap. They'll probably have to be sent down manually to make them available earlier.