(Day 9 of 100) React 4

Dongyob (Eric)
1 min readJan 31, 2019

Topics Covered: Axio, Route

What I did:

  1. Completed studying on React Route
  2. Practiced route parameter focused web app using axio and dummy server data
  3. Covered net ninja tutorial video series on Complete React Tutorial (&Redux) 29–31

What I learned:

  1. http request library axios (you could just use fetch from react)
axios is asynchronous, meaning the line begins upon receipt of data from the server.

2. Route Parameters (part of Url that can change)

***1/31/2019 I was incorrect on this. /:post_id will be triggered any any situation including / or /about or /contact. In order to combat this, you could do /posts/:post_id or use switch from react-router-dom library.

Total time spent on the challenge: 1.5 hours

Actual Time focused on the challenge: 1 hours

Plan for next day:

  1. Complete studying on React

2. Start Studying on Redux

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

No responses yet

Write a response