17/04/2020
coding
- material-ui:
- grid system - use grid (item) and grid (container) component - can only add the breakpoint in the item component,
- autocomplete(a kind of dropdown input able to filter),
- creating most stuff with textfield without having to compose with - formcontrol etc,
- ....
- not yet tried out the custom styling hook
- pros
- only using it because other people are saying its not buggy, and its very modular
- still supported
- feature rich,
- tons of code snippet to copy from, you can avoid using your brain and copy it
- customising looks like a pain in the ass
- cons
- i prefer semantic-ui's look, it is very basic looking, dont really like material design on the desktop
- the code snippets are really complicated, but thanks to it, i have to poke around more. i take almost 1 whole day to learn like a few components T-T
- components are not easy to learn, dont reveal their properties so easily despite reading through the doc api and component so many times
overall, i am still fiddling with it..
Comments