flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

Some notes from a react dev

Open pguardiario opened this issue 3 years ago • 2 comments

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?

pguardiario avatar Aug 13 '22 08:08 pguardiario

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!

zoltanszogyenyi avatar Sep 12 '22 12:09 zoltanszogyenyi

Thanks! That 2nd one should have been rel="noreferrer"

pguardiario avatar Sep 13 '22 00:09 pguardiario