This would be very helpful library but the react is huge limitation. Please remove react so more people could use it :)
Boring Avatars – React library to generate custom avatars
41–50 of 99 posts
Re: Boring Avatars – React library to generate custom avatars
#42Re: Boring Avatars – React library to generate custom avatars
#43Re: Boring Avatars – React library to generate custom avatars
#44Why make a library dependent on a particular framework? Seems to just limit usefulness for no particular gain.
It creates SVGs using React[1], it would be nontrivial to support another view library with this design and if you're going to support only one at initial release React is probably the most popular bet. [1]: https://github.com/boringdesigners/boring-avatars/blob/maste...
Re: Boring Avatars – React library to generate custom avatars
#45"Beam" should be the default style instead of "marble".
Some people are visually impaired or face-blind so this shouldn't be the sole means of identifying users, but for most of us, avatars are really important. There are people who I know from online fora that I haven't visited in years but I still remember exactly what their avatars looked like.
Re: Boring Avatars – React library to generate custom avatars
#46A lot of these look too similar. The really boring approach IMO is to choose a random solid color and put the user's initial(s) on top of it. This makes it pretty unique and much easier to associate someone back to their avatar.
Re: Boring Avatars – React library to generate custom avatars
#47Re: Boring Avatars – React library to generate custom avatars
#48Earlier quoted context omitted.
It creates SVGs using React[1], it would be nontrivial to support another view library with this design and if you're going to support only one at initial release React is probably the most popular bet. [1]: https://github.com/boringdesigners/boring-avatars/blob/maste...
So now you’re stuck always including React and always rendering your avatars dynamically on the client, even though it’s really just an SVG that is being generated.
Re: Boring Avatars – React library to generate custom avatars
#49Re: Boring Avatars – React library to generate custom avatars
#50Why make a library dependent on a particular framework? Seems to just limit usefulness for no particular gain.
In this case, I guess the developer wanted to use JSX to create it. And you could ofc use JSX without React. But most people are used to using it in react-context, and plan to use it in an react-app anyway.
So to answer your question, in my eyes it would be. Why not? If the devs plan on using it in react-app anyway, it's not their job to make sure it supports everyone elses usecase.