Giter Site home page Giter Site logo

gisaac85 / learn-redux-starter-files Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wesbos/learn-redux-starter-files

0.0 0.0 0.0 99 KB

⚛ Starter files and solutions for the LearnRedux.com video series

Home Page: http://LearnRedux.com

JavaScript 73.84% CSS 26.06% HTML 0.10%

learn-redux-starter-files's Introduction

Learn Redux Starter files

This repo includes the learn-redux folder which is where you will build your application as well as a number of partially finished client folder contents that correspond with the start of each video. These stepped folders should be used to reference or restore your application if things aren't working 100%.

There are only folders for videos which have significant changes.

Getting Started

Fork or download this repo and run npm install in the learn-redux folder with the package.json file.

Pull Requests

Pull requests that fix dependencies between the videos and this repo are welcome as long as they correspond with the code written in the videos.

FAQ / Help

Before anything, make sure you are on the latest node. You can run node -v and if you have anything less than 5.x, you'll need to update. The files will probably work on older versions, but in my experience 80% of issues go away with an update.

Q: I'm getting: warning.js:44 Warning: Main: ref is not a prop. Trying to access it will result in undefined being returned. If you need to access the same value within the child component, you should pass it as a different prop.

A:: I haven't looked into why I didn't get this error, but it means that you should not pass down key or ref because those are props that are tied and unique to each element. For now, there is a nice fix posted here

Q: I'm getting Unexpected Token Error

A: You probably don't have the .babelrc file in your learn-redux folder. This makes sure that you have all the right transpile dependencies. Grab it from here.

Q: How do I download these videos?

A: I made a video for exactly this.

Q: What theme and font are you using?

A: Cobalt2 and Operator Mono. I wrote a bit of info here → http://wesbos.com/uses

learn-redux-starter-files's People

Contributors

cmccall avatar gisaac85 avatar kanairy avatar michalsanger avatar technocookie avatar wesbos avatar wls 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.