Copyright © 2019-2021
Funny Ant, LLC
All rights reserved.
No part of this book may be reproduced in any form or by any electronic or mechanical means including
information storage and retrieval systems, without permission from the author.
This material is available for private, non-commercial use under the GPL version 3. If you would like to use this material to conduct your own training or workshop, please contact us at funnyant.com.
- Lab 1: Creating a New Project
- Lab 2: Running Your Project
- Lab 3: Styles Using CSS
- Lab 4: Your First Component
- Lab 5: Creating Data Structures
- Lab 6: Passing Data into a Component
- Lab 7: Displaying List Data
- Lab 8: More Reusable Components
- Lab 9: Responding to an Event
- Lab 10: Create a Form
- Lab 11: Communicating from Child to Parent Component
- Lab 12: Hiding and Showing Components
- Lab 13: More Component Communication
- Lab 14: Multiple Levels of Component Communication
- Lab 15: Form Values to State
- Lab 16: Form Validation
- Lab 17: Setup Backend REST API
- Lab 18: HTTP GET
- Lab 19: HTTP PUT
- Lab 20: Router Basics
- Lab 21: Route Parameters
- Lab 22: Build & Deploy
Finished solution code for each of the above labs is available in this repository.
There is a separate branch with the finished code after each lab.