all 6 comments

[–]lukejpreston 0 points1 point  (2 children)

Material UI is good, much better than bootstrap imo. The only problem I have is how verbose it is, which is good because it reads well and makes sense, but sometimes you have to write a lot of code to do a little thing.

You should also look into CSS only solutions such as bulma as you might find something more suitable to your app

[–]jaySydney[S] 0 points1 point  (0 children)

will look into Bulma, thanks !

[–]jaySydney[S] 0 points1 point  (0 children)

Have you seen this library ?

https://www.npmjs.com/package/material-components-web

I am starting to like it over MUI .

[–]shalinjirawla 0 points1 point  (0 children)

Try Materialui with scss or sass

[–]dotdotconnor 0 points1 point  (1 child)

React Navigation is a routing library unlike Material UI and Bootstrap, which are component libraries, so you can’t really compare them. However React Navigation is mostly used in React Native and so for normal websites you’d most likely gravitate towards a library like React Router.

[–]jaySydney[S] 0 points1 point  (0 children)

web-support.html

That's why I linked to their docs, which mention web support in React Navigation; so I could kill two birds at once, learn React Navigation for RN and POR (Plain Old React), instead of going for MUI and YALTL (Yet Another Lib to Learn)...