React Hydration Overlay
🏠 Homepage
✨ Demo
npm install react-hydration-overlay
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'),
]
}
npm run test
👤 Karan Raina karanraina1996@gmail.com
- Twitter: @karankraina
- Github: @karankraina
- LinkedIn: @karankraina
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2024 Karan Raina karanraina1996@gmail.com.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator