Reactjs – Is it safe to use fakerjs in production? Or any alternative?
I'm using fakerjs for testing my React app. Some of the random function like generating random colors or avatars or numbers are very useful. I'd like to use these random functions in production bussiness logic too. Is it safe to…