Skip to content

Instantly share code, notes, and snippets.

View Sammuel09's full-sized avatar

Samuel Adeniran Sammuel09

View GitHub Profile

FWIW: I'm not the author of the content presented here (which is an outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.


Effective Engineer - Notes

What's an Effective Engineer?

@Sammuel09
Sammuel09 / App.js
Created February 7, 2018 12:40
Developers Circle, Facebook - Lagos. React Workshop Day 2. Building an interactive search
import React, { Component } from 'react';
import logo from './logo.svg';
import './App.css';
import { InputField } from './components/InputField';
class App extends Component {
constructor(props, context) {
super(props, context);
this.state = {
value: '',