Coder Social home page Coder Social logo

eminekoc / react-for-beginners-starter-files Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wesbos/react-for-beginners-starter-files

0.0 2.0 0.0 151 KB

Starter files for learning React.js with React for Beginners

Home Page: https://ReactForBeginners.com

CSS 45.17% JavaScript 52.12% HTML 2.70%

react-for-beginners-starter-files's Introduction

React For Beginners โ€” ReactForBeginners.com

Starter files for the React For Beginners course. Come Learn React with me!

The code in this repo meant to be a reference point for anyone following along with the video course.

๐Ÿ‘‰ ๐Ÿ‘‰ ๐Ÿ‘‰ ๐Ÿ‘‰ To Start ๐Ÿ‘ˆ ๐Ÿ‘ˆ ๐Ÿ‘ˆ ๐Ÿ‘ˆ

  1. Copy the first folder to catch-of-the-day
  2. cd into catch-of-the-day and follow along with the videos

Each folder contains only the changed files for each video, so if you need any code, pull the appropriate file into your catch-of-the-day folder.

You are welcome to submit Pull Requests but I'd like to keep the code as similar as possible to the course content.

Code Use

You are welcome to use this code in your own applications. If you would like to use it for training purposes, please shoot me a message first to make sure it's okay.

Frequently Asked Questions

โ“ Where are folders 2, 3, and 8?

Not all the videos have significant enough code changes to warrant an entire folder. Although you should be coding them all yourself, the code is available in the next video's folder.

โ“ I tried installing the Babel syntax highlighter but it didn't work!

There are a few possible options:

  • If you are on Sublime Text 2, you should Upgrade to Sublime Text 3.
  • Some users have reported restarting works
  • You can try the JavaScript Next syntax highlighter instead

โ“ I can't set Babel as the default syntax highlighter!

Make sure you are in a file with the extension of .js before you do this step - you can't set the default for a file without having a file open!

โ“ I can't see the React tab in my dev tools

Restart your dev tools or your chrome browser entirely. They will only show up when you are viewing a React app - so make sure you test it on Facebook or another website that is running React. It won't work on your empty main.js file until you var React = require('react')

โ“ What Sublime Text Packages are you using?

โ“ What is your terminal theme?

It's ZSH + Cobalt2 for iTerm2. I did a whole video series on it โ†’ CommandLinePowerUser.com

โ“ I'm getting a weird error when I try run Gulp or any of it's tasks

Make sure you have the latest Node and NPM installed. If you run node -v && npm -v and get anything less than 4.0 and 3.0 you should download the installer from http://nodejs.org to upgrade.

โ“ How do I use npm without sudo?

Running npm commands with sudo may cause security issues. Node and npm works well without super user privileges. Fortunately there is a very easy fix. Please follow the steps on this article by Pawel Grzybek. Enjoy using npm without 'sudo' now.

โ“ The watching isn't working or stops after 2-3 saves

This is a known problem with watchify / watching files. It happens mostly on Ubuntu, but can happen on osx and windows as well. You can switch to polling for an easy fix.

Open your gulpfile.js and change watchify(browserify(props)) to watchify(browserify(props), { poll: true }) .

react-for-beginners-starter-files's People

Contributors

wesbos avatar chadfawcett avatar studiorgb avatar vladikoff avatar kadamwhite avatar kdv24 avatar leobalter avatar rclanan avatar rianrainey avatar

Watchers

James Cloos avatar Emine Koc 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.