The eslint rules weren't working with the newest version of eslint, so I wanted to just use {extends:airbnb} because it is super simple and easy. Their react rules are also super strict and full of good hints, especially for people just starting to learn mantra or dig into react on an intermediate level. This required adding proptypes, some refactoring, and a lot of dangling commas.
After that, I just wanted to dig in and learn the mantra spec a bit better myself, so I figured I would switch up the UI for fun and learning. I ended up creating a new action, but the logic is mostly the same and the UI is tweaked.
Thanks for the material UI integration.
But, we keep this without it just make this a very simple sample.
So, no one needs to know what's meterial UI is.
(But, if needed it's pretty straight forward)
The eslint rules weren't working with the newest version of eslint, so I wanted to just use {extends:airbnb} because it is super simple and easy. Their react rules are also super strict and full of good hints, especially for people just starting to learn mantra or dig into react on an intermediate level. This required adding proptypes, some refactoring, and a lot of dangling commas.
After that, I just wanted to dig in and learn the mantra spec a bit better myself, so I figured I would switch up the UI for fun and learning. I ended up creating a new action, but the logic is mostly the same and the UI is tweaked.