Is fakerjs safe to use in production? Are there any other alternatives?
P粉898049562
2023-07-27 23:04:20
<p>I use fakerjs when testing my React app. </p><p>Some random functions, such as generating random colors, avatars, or numbers, are very useful. I want to use these random functions in my business logic in production as well. Is this safe? </p><p>Or should I copy the code from the repository into my own? </p><p>Or are there any other alternatives for generating random values that can be safely used in a production environment? </p><p><br /></p>
Although there have been controversies (link) about Faker in the past, Faker.js is now a community-controlled project that is safe and reliable and can be used with confidence.
Link: