You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, unfortunately, stateless functional components are not yet supported by the react transform plugin...
The workaround is to create good old components extending React.Component
React Hot Loader 3 supports functional components without destroying the state.
It supersedes both React Hot Loader and React Transform, and is built on lessons learned from both.
Check it out: gaearon/react-hot-boilerplate#61
Thanks for this repo, it helped a lot getting started with setting up spring and react!
Here's a question though: When running the frontend app using
npm start
, hot module replacement does not work when editing UI components:Is this a known issue in this starter app?
The text was updated successfully, but these errors were encountered: