Skip to content

karankraina/react-hydration-overlay

Repository files navigation

Welcome to react-hydration-overlay 👋

Version Documentation Maintenance License: MIT Twitter: karankraina

React Hydration Overlay

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

🤝 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