Giter Site home page Giter Site logo

dev-chat's People

Contributors

devlemire avatar r-walsh avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dev-chat's Issues

Code Snippets

Priority: Very Minor

Code snippets using tabs are appearing to have over indentation, if tabs were replaced with two spaces code would have proper looking indentation.

Step 1 - Detailed Instructions

Very minor change here.

Original:
That's all it takes to configure the store to use the new middleware! Go ahead and open src/index.js and take the standard steps to connect the application to Redux. Import Provider from React Redux and store from src/store.js. Wrap the App component in Provider, passing store as a prop.

New:
That's all it takes to configure the store to use the new middleware! Go ahead and open src/index.js and take the standard steps to connect the application to Redux. Import Provider from React Redux and store from ./store.js. Wrap the App component in Provider, passing store as a prop.

When following along with the instructions and importing store from src/store.js you will receive a failed to compile error. After looking at the solution for index.js in the same step I found out you need to use ./store.js for the import.

End of Step 2

That's it for this step! Go ahead and call your service function and check out the data that is coming back.

When coming across this last part in step 2, it is not clear where the student should call the newly created getPosts function. I did a find-all for the instances of getPosts and it is not linked any where on the front-end yet. I also did a find-all for postService.js and found that it isn't imported into any files yet either so calling the function right after it's declaration in the same file ( postService.js ) won't work.

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.