Fast-refresh for Preact!
We need to be able to recognise your components, this means that components should start with a capital letter and hook should start with use
followed by a capital letter. This allows the Babel plugin to effectively recognise these.
Do note that a component as seen below is not named.
export default () => { return <p>Want to refresh</p>; };
Instead do:
const Refresh = () => { return <p>Want to refresh</p>; }; export default Refresh;
When you are working with HOC's be sure to lift up the displayName
so we can recognise it as a component.
If you want to use @prefresh/webpack
with IE11, you'll need to transpile the @prefresh/core
and @prefresh/utils
packages.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4