Get Good at JavaScript
Kyle Shevlin • Course • 49m
Learn how to implement data structures, sorting algorithms, and the trade-offs between what algorithms to choose.
Kyle Shevlin • Course • 58m
Managing state is one of the primary reasons our applications become so complex. See how to simplify state with state machines.
72 results
found for "
*
"Search Results
Prevent Impossible States and Check for Draw Conditions with Guard Statements in React
lesson by Kyle Shevlin
Create a 2-Dimensional Grid for our Tic-Tac-Toe Game
lesson by Kyle Shevlin
Reset React State with a Button and Function in our Tic-Tac-Toe Game
lesson by Kyle Shevlin
Handle User Input by Adding State to the Tic-Tac-Toe Grid with React useReducer
lesson by Kyle Shevlin
Convert a 3x3 Tic-Tac-Toe Grid Interactive by Adding Buttons in React
lesson by Kyle Shevlin
Map Over a 2-Dimensional Array to Create a Game Grid in React with CSS Grid
lesson by Kyle Shevlin
Check for Winning Conditions in React useReducer for Tic-Tac-Toe
lesson by Kyle Shevlin
Remove Unnecessary `Else` Blocks with Guards and Early Returns
lesson by Kyle Shevlin
Render an Object with JSON.stringify in React
lesson by Kyle Shevlin
Add Actions to Transitions to Fire Side Effects
lesson by Kyle Shevlin
Trigger Actions When Entering and Exiting a XState State
lesson by Kyle Shevlin
Simplify State Explosion in XState through Hierarchical States
lesson by Kyle Shevlin
Recall Previous States with XState History States Nodes
lesson by Kyle Shevlin
Invoking a Promise for Asynchronous State Transitions in XState
lesson by Kyle Shevlin
Invoke Callbacks to Send and Receive Events from a Parent XState Machine
lesson by Kyle Shevlin
Invoke Child XState Machines from a Parent Machine
lesson by Kyle Shevlin
Replace Enumerated States with a State Machine
lesson by Kyle Shevlin
Send Events to the Machine with the XState Send Action Creator
lesson by Kyle Shevlin
Replace Inline Functions with String Shorthands
lesson by Kyle Shevlin
Use XState Null Events and Transient Transitions to Immediately Transition States
lesson by Kyle Shevlin
Use Internal Transitions in XState to Avoid State Exit and Re-Entry
lesson by Kyle Shevlin