0.1.2 ⢠Published 1 year ago
react-hydration-overlay v0.1.2
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 karanraina1996@gmail.com
- 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 <karanraina1996@gmail.com>. This project is MIT licensed.
This README was generated with ā¤ļø by readme-md-generator