how to create fake data using faker npm code example
Example 1: faker.js name
import Faker from 'faker'
<span>{Faker.name.findName()}</span>
Example 2: react fakers
React Fakers is a collection of dummy data from the most popular dummy data
providers such as Json Place Holder, Faker, Pokemon, etc,
for application development testing.
npm i react-fakers | yarn add react-fakers