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...
Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
11–20 of 48 posts
Re: Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
#12"Once you have your Firebase project, provision a “Cloud Firestore” database"
Cloud Firestore is a traditional NoSQL DB and is not the realtime database product.
Re: Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
#13I love how ant design invents a new 'design language' and then it turns out to be yet another bootstrap. 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
I'm glad that there's a good UI lib that integrates with React at this level.
Re: Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
#14This 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?
Re: Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
#15Re: Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
#16from the ant front page: "A design system with values of Nature and Determinacy for better user experience of enterprise applications" 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?
In all seriousness, this is the crap that many company types buy. What they won't be is an easy and straightforward explanation of what it actually is. You want extra points in a meeting? Just tell them you're integrating that quote for increased utilization of all structured experience parameters. 99.4% utilization. And you think next quarter you can get that up to 99.6% — and of course, something about how it's free. They already know they don't fully understand, and they don't want to be reminded. what they want is to feel they're speaking the same language. It's crap, but its necessary in industries that aren't necessarily that involved in the tech or design.
Re: Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
#17from the ant front page: "A design system with values of Nature and Determinacy for better user experience of enterprise applications" 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?
Re: Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
#18Re: Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
#19I 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 live during a demo.
Re: Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
#20In this mix I'd swap in Rekit ( http://rekit.js.org/ ) instead of plain create-react-app as it adds Redux with lots of timesaving functionality built into an included editor.