Play on Youtube
4,932 views
Published 2022.04.28
2 years ago updated
Add favorite

Likes

155
per views
3.1%

Comments

11
per views
0.2%

Channel | Channels

LearnCode.academy

768K subscribers

Using the right React.js stack makes a world of difference in web development! In this video, we'll use Next.js, React.js, Tailwind CSS, and MobX to build Wordle from start to finish in right around 20min. (ok, mildly deceptive, 20min edited...it took me an hour to build it)

View the source code here: https://github.com/learncodeacademy/wordle-react

Next.js allows us to build a web app immediately with no bootstrapping.
Tailwind CSS allows us to add styles to our page with no configuration and quick, modular results.
MobX gives us a simple way to define our data in a store fashion and keep it separate from our view layer.
More