Skip to content

Instantly share code, notes, and snippets.

@Kurroni
Kurroni / README.md
Created December 13, 2019 11:08 — forked from ross-u/README.md
Redux lecture - Notes for the Students

Redux | Intro and Setup


What is Redux

@Kurroni
Kurroni / App.js
Last active December 3, 2019 10:44 — forked from ross-u/App.js
React state - Questions and Exercise
// src/App.js
import React, { Component } from 'react';
import User from './components/User';
// App.js
class App extends Component {
state = {
userA: {
firstName: "Harper",
avatarUrl: "https://www.refreshmiami.com/wp-content/uploads/2018/07/55085_logo-ironhack.png"
@Kurroni
Kurroni / README.md
Created November 20, 2019 11:24 — forked from ross-u/README.md
POSTMAN | Create a Postman Collection - Exercise

POSTMAN


@Kurroni
Kurroni / README.md
Created November 15, 2019 13:19 — forked from ross-u/README.md
ExpressJS | GET & POST - Sending form data

ExpressJS | GET & POST


@Kurroni
Kurroni / README.md
Created November 15, 2019 13:19 — forked from ross-u/README.md
ExpressJS | GET & POST - Sending form data

ExpressJS | GET & POST