js faker code example
Example 1: faker.js lorem
import Faker from 'faker'
<span>{Faker.lorem.paragraph()}</span>
Example 2: faker js
npm install faker --save-dev
Example 3: 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