📌
My Docs
React
React
  • General Notes
    • index
    • Review-Of-Previous-Concepts
    • Reiew
    • Spread and Rest
    • Understanding By Example
    • React-Resources
    • Using Web Components in React
    • Thinking in React
    • Hello World
    • REACT ENVIORMENT
    • Components And Props
    • Composition vs Inheritance
    • JSX
    • Advanced
    • Project Examples
    • Node.js versus Next.js - A React Approach
    • Composition vs Inheritance
    • React Components
    • Docs
    • Prerequisites
      • Callbacks
      • Scope
      • Mutability
      • Array-CB-Methods
      • Objects
      • Glossary
    • index
    • Question Set #1:
    • Website
    • Editor Setup
    • Quick Start
    • JavaScript in JSX with Curly Braces
    • Your First Component
    • Reducer
    • Passing Data Deeply with Context
    • Manipulating the DOM with Refs
    • Rendering Lists
    • Choosing the State Structure
    • Tips
  • Udemy React & Redux
    • JSX
    • Modern+React+With+Redux
    • Examples
  • Articles
    • Introduction to React for Complete Beginners
    • A Comprehensive Deep Dive into React
    • Super Simple Intro To React
    • Basic React Tutorial
  • REACT DOCS
    • Shallow Compare
    • Performance Tools
    • Keyed Fragments
    • Test Utilities
    • Code-Splitting
    • Introducing Concurrent Mode (Experimental)
    • Components and Props
    • Concurrent Mode API Reference (Experimental)
    • Conditional Rendering
    • Suspense for Data Fetching (Experimental)
    • Cross-origin Errors
    • Error Decoder
    • Error Boundaries
    • New React App
    • Passing Functions to Components
    • recommended way to structure React projects?
    • Forms
    • Fragments
    • Getting Started
    • Versioning Policy
    • Add-Ons
    • Rules of Hooks
    • Using the State Hook
    • How to Contribute
    • Introducing JSX
    • JSX In Depth
    • Event Pooling
    • Portals
    • Optimizing Performance
    • React Without ES6
    • SyntheticEvent
    • PureRenderMixin
    • ReactDOMServer
    • Profiler API
    • Test Renderer
    • Refs and the DOM
    • Static Type Checking
    • State and Lifecycle
    • Uncontrolled Components
    • Web Components
    • PureRenderMixin
Powered by GitBook
On this page
  • General
  • Common Commands, APIs, & Procedures
  • Resources
  • GIT
  • Projects

Was this helpful?

  1. Udemy React & Redux

Modern+React+With+Redux

General

uDemy Course

Project Root Dir

C:\Users\nick\WslFiles\React

Semantic UI CDN

Semantic UI

Semantic min css

Common Commands, APIs, & Procedures

Generate a React project

Note: in case of errors:

Create a Server project

Create package.json file

Start

npm start

Install

React & Redux & Redux-Thunk & Axios:

React Router:

Redux Forms

Lodash

JSON-SERVER

Faker

Vercel

Google API. Make changes to public/index.html:

public/index.html

In case of CORS error, install the CSS library locally:

npm install semantic-ui-css

import the library into your root index.js component:

import "semantic-ui-css/semantic.min.css";

Resources

Description

URL

Code sandbox

codesandbox.io/s/react-yud4c

Node download

nodejs.org/en/download

Babel

babeljs.io

Codepen

codepen.io

Faker JS (images, companies, addresses,…)

URL:

unsplash.com/developers

UID, PWD

nick.guner@gmail.com, zaika code

Create Application:

Geolocation API Doc

developer.mozilla.org/en-US/docs/Web/API/Geolocation_API

stephengrider.github.io/playgrounds/

Google API

Create a new project:

console.developers.google.com

JSON Placeholder API (18&19)

jsonplaceholder.typicode.com

Wiki API

https://en.wikipedia.org/w/api.php?action=query&format=json&origin=*&list=search&srsearch=SEARCHITEM

Google Translate API

cloud.google.com/translate/docs

Netlify

Choose to login with Gitlab Account

Deployed Exercises

videos-hooks:

Google OAuth

Google Scopes

Google API Docs

JSON Server

npmjs.com/package/json-server

GIT

Group Repo:

Note:

Use master, not main branch

Sample Command:

Projects

Location

Section

Image

C:\Users\nick\WslFiles\React\jsx

1,2

C:\Users\nick\WslFiles\React\components

3

C:\Users\nick\WslFiles\React\seasons

4, 5, 6

C:\Users\nick\WslFiles\React\pics

7, 8, 9, 10

C:\Users\nick\WslFiles\React\videos

11

C:\Users\nick\WslFiles\React\widgets

12, 13

C:\Users\nick\WslFiles\React\videos-hooks

14

Same as section 11

C:\Users\nick\WslFiles\React\songs

16,17

C:\Users\nick\WslFiles\React\blog

18,19

C:\Users\nick\WslFiles\React\streams\api

C:\Users\nick\WslFiles\React\streams\client

20,21,22,23,24,25,26

C:\Users\nick\WslFiles\React\translate

27,28

PreviousJSXNextExamples

Last updated 3 years ago

Was this helpful?

Wire up Semantic Stylesheet

Unsplash API

Playground

https://github.com/google/google-api-javascript-client/blob/master/docs/reference.md

npx create-react-app <my_app_name>
npm uninstall -g create-react-app
npx create-react-app <my_app_name>
npm uninstall -g create-react-app
npm init
npm init
npm install --save redux react-redux axios redux-thunk
npm install --save react-router-dom
npm install --save redux-form
npm install --save lodash
npm install --save json-server
npm install --save faker
npm install -g vercel
<script src="https://apis.google.com/js/api.js"></script>
npm install --save redux react-redux axios redux-thunk
npm install --save react-router-dom
npm install --save redux-form
npm install --save lodash
npm install --save json-server
npm install --save faker
npm install -g vercel
<script src="https://apis.google.com/js/api.js"></script>
<link
  rel="stylesheet"
  href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css"
/>
<link
  rel="stylesheet"
  href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css"
/>
http://developers.google.com/identity/protocols/googlescopes 
http://developers.google.com/identity/protocols/googlescopes 
cd C:\Users\nick\WslFiles\React\jsx
git init
git remote add origin https://gitlab.com/m7320/jsx.git
git add .
git commit -m "Initial commit"
git push -u origin master
cd C:\Users\nick\WslFiles\React\jsx
git init
git remote add origin https://gitlab.com/m7320/jsx.git
git add .
git commit -m "Initial commit"
git push -u origin master
https://www.udemy.com/course/react-redux/
https://cdnjs.com/libraries/semantic-ui
https://semantic-ui.com/
https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css
https://github.com/marak/Faker.js/
https://unsplash.com/oauth/applications
https://videos-hooks-4iwi3nnih-nickguner.vercel.app/
https://cloud.google.com/compute/docs/tutorials/javascript-guide
https://gitlab.com/m7320