강의

멘토링

커뮤니티

BEST
Programming

/

Full-stack

[Renewal] Creating NodeBird SNS with React

Let's create a Twitter-like SNS service with React & Next & Redux & Redux Saga & Express stack. Finally, we will deploy it to AWS after SEO.

(4.9) 177 reviews

3,711 learners

Level Intermediate

Course period Unlimited

  • zerocho
React
React
Redux
Redux
Node.js
Node.js
Express
Express
Next.js
Next.js
React
React
Redux
Redux
Node.js
Node.js
Express
Express
Next.js
Next.js

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.

Comment