WordPress react tool kits for developers
npm install wp-react-toolkits  
This project helps WordPress develop to reuse React tool kits for their plugins. We are supporting to following tool kits:
+ Modal
+ Tab
+ Table
> Check out BWPS - Webpack and React to dig deeper into the topic.
To get started with this cool project, do this:
1. npm install --save npm i wp-react-toolkits
``js
var a = 5;
var b = 10;
// just trying out code highlighting feature here
console.log(a + b);
``
wordpress_react_toolkits is available under MIT. See LICENSE for more details.