[Renewal] Creating a NodeBird SNS with React
We will create a Twitter-like SNS service using the React & Next & Redux & Redux-Saga & Express stack. Finally, we will perform search engine optimization and deploy it to AWS.
3,711 learners
Level Intermediate
Course period Unlimited
Regarding faker issue
Hello. This is Zerocho.
Questions about fakers are frequently asked in the course, so we are posting an announcement.
faker is a very popular and useful library, but the author had a problem, and the author broke the library in version 6. If you are curious, you can search for faker.js and color.js incident. All sorts of things happen in the open source ecosystem.
npm i -D faker@5
or
npm i -D @faker-js/faker
If you install it, it will run without any problems. However, it seems that the fake image server, http://lorempixel.com/, has closed its service, so the fake images are not displayed. I will try to find out if there are any other packages.




