Create and Style a List of Data with React

InstructorAlex Reardon

Share this video with your friends

Send Tweet

In this lesson we will create a task list from scratch together; explaining the various pieces. This lesson will involve creating our state model and visual components to create our task list. We will be using this list in future lessons as a foundation for our drag and drop experience

maemeier
~ 4 years ago

If you can't drag and drop the item, use ref={provided.innerRef} instead of innerRef={provided.innerRef}. was wondering why it didn't work. Documentation saves my app ^ ^