react-hydration-overlay
v0.1.2
Published
React Htdration Overlay
Downloads
51
Readme
React Hydration Overlay
🏠 Homepage
✨ Demo
Install
npm install react-hydration-overlay
Usage
Use the plugin in Webpack. Pass your application query selector in the constructor.
const { Overlay } = require('react-hydration-overlay');
// ...
export default {
// ...,
plugins: [
// ...,
new Overlay('div#app'),
]
}
Run tests
npm run test
Author
👤 Karan Raina [email protected]
- Twitter: @karankraina
- Github: @karankraina
- LinkedIn: @karankraina
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2024 Karan Raina [email protected]. This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator