Is there a great mid-size open-source project that was created with Create React App? Any input on UI frameworks? I'm currently using React-Bootstrap, but I'm thinking about using Material-UI.
back
Thanks for that. Really helpful.
1 comments
Mmm... not sure about apps specifically built with CRA. I do have a list of a few selected interesting-looking apps built with Redux (and React) in my Redux ecosystem catalog [0] . Haven't updated that section in a while, though, and it's definitely not comprehensive, but there's a useful variety of apps to look at.
I personally am using Semantic-UI-React [1] in a work project, as well as in the sample app for my "Practical Redux" tutorial series [2] [3]. I also frequently recommend a tutorial series called "Building a Simple CRUD App with React + Redux" [4] as another "real-world" tutorial/example. That tutorial doesn't use CRA, but my "Practical Redux" sample app does.
[0] https://github.com/markerikson/redux-ecosystem-links/blob/ma...
[1] http://react.semantic-ui.com/
[2] https://github.com/markerikson/project-minimek
[3] http://blog.isquaredsoftware.com/series/practical-redux/
[4] http://www.thegreatcodeadventure.com/building-a-simple-crud-...