Giter VIP home page Giter VIP logo

code-samples's People

Contributors

borisd avatar ilyagelman avatar radi123 avatar servis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

code-samples's Issues

Why no code for chapter 3?

Normalising state is very important and complicated. The book code examples in chapter 3 fly over A LOT of details and here in GitHub there is not a single line of code!!
Asking 32$ for a book without complete code samples is outrageous!
Please publish ASAP a complete, working example of the code for chapter 3.

Chapter 2

Do you happen to have the completed code for chapter 2 using your Starter code with Webpack, etc? The book doesn't seem to follow the code samples in this repo.

Great book so far!

Thanks!

index.js

Page 27 of the book says to write code in the index.js file.

There are actually two files I found with this name, in the downloadable content. One is in starter/node_modules/indexes-of, and the other is in starter/node_modules/indexof.

Where do we write this code?

Typo in Middleware code

Chapter 10 on Middleware, page 163.

Previous page on Async Actions talked about waiting 500ms for an autocomplete action, code reflects only 50ms:

20ms: dispatch({ type: 'AUTO_COMPLETE', payload: 'cat', meta: { debounce: 50 }}; // Suppressed
50ms: // The action with payload 'cat' is dispatched by the middleware.

No 'Access-Control-Allow-Origin'

The book is great so far, however, I would love to come on Github and see the final code for the project as it was in the books.
So I am getting a CORS error at first application
Error:

Fetch API cannot load https://s3.amazonaws.com/500tech-shared/db.json. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8080' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

I added {mode: 'cors} but still the error persists.

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.