react-hydration-overlay
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Welcome to react-hydration-overlay 👋

Version Documentation Maintenance License: MIT Twitter: karankraina

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

🤝 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

Package Sidebar

Install

npm i react-hydration-overlay

Weekly Downloads

15

Version

0.1.2

License

MIT

Unpacked Size

327 kB

Total Files

21

Last publish

Collaborators

  • karankraina