Skip to content

Instantly share code, notes, and snippets.

React Router Prework

This gist contains a short assignment I'd like everyone to complete before our formal lesson. The prework involves reading some of the React Router documentation, and will allow us to keep the lesson more hands on.

Instructions

  1. Fork this gist
  2. On your own copy, go through the listed readings and answer associated questions

You will not be turning this in; it's for your own understanding/learning/benefit 😁

@RonLHead
RonLHead / mod3-prework-deliverables.md
Last active March 14, 2022 17:10
Mod 3 Prework Deliverables

Mod 3 Prework Deliverables

React Review

What is a "data model", and how does it relate to the DOM in a front-end application?

A data model is an organization of data elements representing real-world objects/things/people in our code. Every object and/or element in a data model represents one piece that we could create visual representations for in the DOM of a front-end application. Ultimately everything we see on the DOM is backed up by some piece in our data model.

What is a "framework?" And how does it differ from a "library?"

Checklist/Rubric

To make a copy of this rubric:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.