Automattic / ghactivity

WordPress plugin. Build reports of all your GitHub activity.
https://wordpress.org/plugins/ghactivity/
6 stars 2 forks source link

Reports: create React components that can be shared by all shortcodes #5

Open jeherve opened 6 years ago

jeherve commented 6 years ago

I started working on building a react environment for all shortcodes: https://github.com/jeherve/ghactivity/blob/master/webpack.config.js#L7 https://github.com/jeherve/ghactivity/tree/master/shortcodes/js

It would allow us to have shared components to display data we return for REST API queries: https://github.com/jeherve/ghactivity/blob/master/rest.ghactivity.php

It would then be easier to create graphs and tables without having to build it again for each shortcode.