Top "React-starter-kit" questions

React Starter Kit is an opinionated boilerplate for web development built on top of Node.

React-Intl How to use FormattedMessage in input placeholder

I'm unsure how to get the values from <FormattedMessage {...messages.placeholderIntlText} /> into a placeholder format like input: <…

reactjs react-intl react-starter-kit
Different main entry point in package.json for node and browser

In isomorphic react app I have myModule which should behave differently on node and browser environments. I would like configure …

javascript reactjs webpack isomorphic-javascript react-starter-kit
React Starter Kit and Material UI: userAgent should be supplied in the muiTheme context for server-side rendering

With the React Starter Kit, I add Material UI as follows: npm install material-ui --save and the following import to …

reactjs isomorphic-javascript material-ui react-starter-kit