[WIP] MaterialUI example app
Screenshot of current state

Previous UI (w/ Tabs)
Commit: https://github.com/natterstefan/react-wordpress-plugin/pull/3/commits/1488ca94b1434a7d15c2e6d02ad13927c21df7f5 Screenshot: preview.gif
Note/Links
- List with lots of react components: https://github.com/brillout/awesome-react-components
Tasks
- [ ] fix tests
- [ ] add tests for new components (eg. pages)
- [ ] add changes
- [ ] update readme (eg. add screenshot of example app)
- [ ] document how to create new pages (eg. example config)
- [ ] document usage/help with react-material-ui
- [ ] fix translations (eg. remove duplications, ...)
- [ ] save documentation about intl.formatMessages usage (prev. used in app component, see eg. https://github.com/natterstefan/react-wordpress-plugin/pull/3/commits/21e4b924366bf2873d1efabb1ee70b5006034d5f#diff-c324f44261cd18be2b3c2eb8d4d9a7d7L14)
Hi @w3bdesign,
thanks for the review. Totally forgot about that PR. How were you able to do a review w/o being a collaborator of this repo? I've never seen that and was not aware this is possible. 🤔
Hi @w3bdesign,
thanks for the review. Totally forgot about that PR. How were you able to do a review w/o being a collaborator of this repo? I've never seen that and was not aware this is possible. thinking
Everyone can do reviews, but only collaborators can merge pull requests.
@natterstefan
By the way, is this project dead?
Everyone can do reviews, but only collaborators can merge pull requests.
Strange was not aware of that. Thanks for telling me.
By the way, is this project dead?
I am not actively working on this, but I thought about finalizing the bootstrap template lately a lot.
But this will still take some time tbh, lots of tasks are on my desk right now. Do you like what you saw so far and would love to use it?
But this will still take some time tbh, lots of tasks are on my desk right now. Do you like what you saw so far and would love to use it?
I haven't really used it yet, but based on the README it looks very promising.
I have tried to find something similar, but I have only found boilerplates with React for themes, and not for plugins, or do you know of any similar ones that are being developed more actively?