GithubHelp home page GithubHelp logo

vic-lam / 32_more_async_and_router-lecture-web-1116 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from learn-co-curriculum/32_more_async_and_router-lecture-web-1116

0.0 2.0 0.0 10 KB

HTML 3.87% JavaScript 95.61% CSS 0.52%

32_more_async_and_router-lecture-web-1116's Introduction

Note Lister

Challenges

  1. For every note, I should have a button that when clicked, deletes the note from the database on the API and removes it from the list.

  2. When visiting '/notes/3' directly, the current note on my application level state is not getting updated...

This means that we will see 'Select a note to get started' and we cant' actually share this URL.

Fix this! When visiting '/notes/3' directly I should see that particular note detail.

Hints:

  1. We can access dynamic portions of route params on the props of the component that was rendered. If we have a dynamic portion called ':id', our component will have 'props.params.id' equal to whatever that value is in the URL.
  2. Our mapStateToProps takes in a second argument that will be all of the props that our component already has.

32_more_async_and_router-lecture-web-1116's People

Contributors

curiositypaths avatar ipc103 avatar vic-lam avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.