pmmmwh / react-refresh-webpack-plugin

A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components.
MIT License
3.13k stars 192 forks source link

Alternative for React Class Components. #823

Closed srikant-ch5 closed 4 months ago

srikant-ch5 commented 5 months ago

Hi @pmmmwh , we are planning to upgrade our application from React 16 to 18 and trying to find an alternative for react-hot-loader. Would this support class component state if not are there any alternatives ?

pmmmwh commented 4 months ago

react-refresh doesn't support class components, so closing this as a won't fix.