flowbite
flowbite copied to clipboard
Some notes from a react dev
So I'm a react dev with 2 flowbite pro clients (from my recommendations) right now and I have some notes for the next release:
I've been using html to jsx for this which works great but here's some things you guys can do to make it work better:
<a href="#"></a> => these should be buttons. React linter complains otherwise and it's right.
<a href="/something" target="_blank"> => these should also have rel="nofollow"
<img src="/xxx" alt="person image"/> => the alt should just be "person" (the "image" in "person image" is redundant and the linter complains)
Thanks for reading, and also is there any way for me to claim affiliate kickbacks from future clients that I direct to buy this?
Hello @pguardiario,
Thanks for the feedback.
Makes sense, I'll take a look and update wherever it's applicable. The one with the images I agree with.
We don't have an affiliate program yet, but we'll soon launch a rewards program where you can win credits by recommending new clients, ETA probably towards the end of the year.
Cheers!
Thanks! That 2nd one should have been rel="noreferrer"