Earlier quoted context omitted.
Can you elaborate for me? Curious what you'd like to see in respect to a design system... Side note, this is what I'm looking to solve at https://cleverbeagle.com .
What I would love to see in a design system is something in terms of "white-label" components. I'm talking about components with great UX, but basically no styling applied. I'm not sure if what I'm talking about is possible, and I'm not sure what it would look like -- but I'd love a framework that just makes everything work really nice - except it doesn't force you to do really quirky css hacks to re-style the thing.…
Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
41–48 of 48 posts
Re: Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
#42from 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?
This is alibaba's react component framework. It's extremely high quality, but unfortunately most the english is translated from Chinese, so awkward grammar is abound. I suggest looking past that.
Re: Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
#43In 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.
Can I eject rekit at some point? Can I use VS Code before ejecting?
Re: Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
#44Earlier quoted context omitted.
What I would love to see in a design system is something in terms of "white-label" components. I'm talking about components with great UX, but basically no styling applied. I'm not sure if what I'm talking about is possible, and I'm not sure what it would look like -- but I'd love a framework that just makes everything work really nice - except it doesn't force you to do really quirky css hacks to re-style the thing.…
Can't you change the style of a Bootstrap layout without changing the functionality? I thought that is the point of all the different "themes" they have.
Re: Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
#45There is also a way to use a reactive database without having to trust google by using couchdb+rxdb.
I'm constantly shocked by how few people know about CouchDB or PouchDB. Both are amazing projects that integrate perfectly.
Re: Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
#46"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" "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
#47Initial 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...
Re: Using React, Firebase, and Ant Design to Quickly Prototype Web Applications
#48Earlier quoted context omitted.
Can you elaborate for me? Curious what you'd like to see in respect to a design system... Side note, this is what I'm looking to solve at https://cleverbeagle.com .
What I would love to see in a design system is something in terms of "white-label" components. I'm talking about components with great UX, but basically no styling applied. I'm not sure if what I'm talking about is possible, and I'm not sure what it would look like -- but I'd love a framework that just makes everything work really nice - except it doesn't force you to do really quirky css hacks to re-style the thing.…