Skip to content

Instantly share code, notes, and snippets.

View nvalentini21's full-sized avatar

Nicole Valentini nvalentini21

  • Engage Mobilize
View GitHub Profile

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 😁

@nvalentini21
nvalentini21 / mod-3-prework.md
Last active March 17, 2022 23:06
Module 3 Pre-work

React Review (required)

Create a GitHub gist to answer these questions in as much detail as possible. Imagine someone is asking these questions in an interview (these are popular interview questions).

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

The data model is essentailly the 'source of truth' of what is rendered on the page. Typically, the data model is used to organize information that will be displayed onto the document object model, in the form of an object or a class.

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

Unconcious Bias at Work

  1. What were your reflections from the video

    • The video made me reflect on the fact that we all come in with an unconcious bias, even when we don't think we have one. In fact, this bias is a part of human nature, and our ability to process the world around us. That being said, recognizing these biases is very important in being able to put them aside and collaborate with others, especially on teams. A huge part of navigating with unconcious bias is being open-minded and accepting.
  2. In what ways have you examined implicit biases before coming to Turing?

  • I have a highly social part time job (fitness instructor) in which I'm constantly meeting and interating with new people. As a figure there to motivate people and help them along their journey, an important peice of the puzzle (and a huge part of our company) is being open to types of people and all mindsets. What this role has taught me is that you can still be a kind, compassionate, and loving human

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. Yes

Module 0 Gameplan

Tasks

  1. Review a new session not more than one day after session completion.
  2. Review upcoming session before session begins.
  3. Complete session homework assignments the day after session ends (so information is fresh).
  4. Work on the Mod1 prework daily!
  5. Try to figure out the answer to a problem before asking the question in slack.

Goals

  • Understand all contents of a lesson before the next lesson begins!
  • Feel comfortable navigating the terminal.