I love how ant design invents a new 'design language' and then it turns out to be yet another bootstrap.<p>I wish we'd get a real revolutionary design system instead of these frameworks that try solve all cases, and ultimately end up so generic you can't use them for anything -other- than prototyping
In this mix I'd swap in Rekit (<a href="http://rekit.js.org/" rel="nofollow">http://rekit.js.org/</a>) instead of plain create-react-app as it adds Redux with lots of timesaving functionality built into an included editor.
Wes Bos' "React for Beginners" has been my go to for tutorials using React and Firebase.<p>This adds Ant so I'll have to check that out. Thanks!
I think the tutorial would be more complete if the example showed some basic security rules. Even if it's a prototype, there is the chance that a joker will delete all your test data <i>live</i> during a demo.
from the ant front page: "A design system with values of Nature and Determinacy for better user experience of enterprise applications"<p>This looks like someone spent a ton of time building something that is probably very useful. So, with all due respect, what the fuck does that even mean?
"Firebase’s core product is a real-time database service. This means that your users do not need to refresh a page to see updates to the state of the application and it"<p>"Once you have your Firebase project, provision a “Cloud Firestore” database"<p>Cloud Firestore is a traditional NoSQL DB and is not the realtime database product.
Initial look at the Ant Design, all of the images in the documentation are broken, so is the ng.ant.design URL. That's not inspiring any confidence in their ability guiding web application development...
I still can't believe everyone has accepted mixing logic and presentation is a good idea. Html mixed with javascript is a mess and I can only imagine what a "mature" React app looks like after a few years of iteration. I can't wait for the "React turns out to be a shit idea" posts in a year or two just like we're seeing with microservices. It's like a mass hallucination or something. Maybe Facebook had Cambridge Analytica help them market React or something. At least that would explain the brainwashing.