search

Home  >  Q&A  >  body text

Is fakerjs safe to use in production? Are there any other alternatives?

<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>
P粉898049562P粉898049562536 days ago627

reply all(1)I'll reply

  • P粉464088437

    P粉4640884372023-07-28 11:39:39

    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:

    reply
    0
  • Cancelreply