devloco / create-react-wptheme

Create modern, React-enabled WordPress themes with a single command.
MIT License
359 stars 60 forks source link

Use Webpack Taps for Event Communication With The Error Overlay #41

Open devloco opened 4 years ago

devloco commented 4 years ago

The way that the Browser Refresh Server and the Client Error Overlay interact with each other is... hacky. Webpack has a full "taps" API that I should use instead.