This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Displaying all guesses
In this lesson, we will be rendering all the guesses the player has submitted so far.
We’ll also create a new component that is responsible for displaying a guess to the screen. This component will be reusable on both the WordleBoard for the past guesses, and in the GuessInput for the guess in progress.
Links