0.1.2 • Published 1 year ago

react-hydration-overlay v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago