Git Product home page Git Product logo

react-udemy-github-finder2's People

Contributors

jazad136 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

react-udemy-github-finder2's Issues

[FORMS] Add a Functional Form to GitHub Finder

I don't know how far this class is going to take me, but I want to stay focused on a main goal of mine, which is to go beyond a search bar and request things from some backend that I wrote. Even if it's creating a JavaScript backend (not ideal).

[HOOKS] Update GitHub Finder code with Hooks

Replace old GitHub Finder code with Hooks. Hooks are weird. They encapsulate functionality however, that can help reduce variable length. Such a change at this point is welcome.

Starting Jan 25, document examples where notable examples of updating this project to use hooks and reduced functions and variables appear.

GithubState

The concept of assigning values from my Github Finder's original App to my GitHub Finder's state object is really hard to grasp.

The problems:
I'm finding it hard to pass values from the returned search results to my User.js file.
Originally, App.js was passing down a "users" array to the Users object which would then loop through and map each users entity to a "user" object without much code. And each user would be passed as a prop to a UserItem. This part makes sense.

However, there's another route called "User.js" headed by url "/user/:login". Supposedly it took in all the props passed down to it.

However, it's not the job of "search" to get that "user" property, it's the job of the getUser function of App.js.
I think I know what I need to do. I'm hoping that just calling githubContext.user in User.js will do the trick, since we have already moved the "current user object" with name "user" to GithubState.js.

[DESTR] Capture De-structuring Examples

Destructuring is hard. Capture all examples in this issue where I'm de-structuring JSON Examples in my code, so I can learn how this can be done in many scenarios and follow along easier when this gets demonstrated again.

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.