Skip to content

Instantly share code, notes, and snippets.

View joshuaaguilar20's full-sized avatar
🎯
Focusing

Joshua Aguilar joshuaaguilar20

🎯
Focusing
View GitHub Profile
@joshuaaguilar20
joshuaaguilar20 / makeBuild.sh
Created December 27, 2018 07:50
Make Build Scripts
git clone https://github.com/anbox/anbox.git
cd anbox
mkdir build
cd build
cmake ..
make
nonce = how many times the sender has sent a transaction
https://anders.com/blockchain/block.html
Epic Learning video great video-
error in video 0000 is actually a number and not just for zeros (fyi)
blocktime- amount of time it takes to get to this number
https://redux-form.com/7.4.2/examples/syncvalidation/ (link to docs)
`must name reducer form. when importing Field must be capitol as it is a Component.
1) reduxForm Functions the exact same as connect with redux. ex reduxForm(something)(something)
@) have reducer named form: `
3) `When connected correctly the component gets a LOT of new props :)
4) see prop list below `
import React from 'react'
@joshuaaguilar20
joshuaaguilar20 / oauthReactFrontEnd.js
Last active December 2, 2018 05:30
Hash Router Usage and Why?
`oAuth Flow Notes for React
Create Google Developer Account
Create Project
Get Ouath 2 Credentials
Must provide redirect to webite (link to home page example http://localhost:3000
no sub directires*
\s matches any white Space****
\. = anything goes
----------------------------------------------------------
Quantifers Modify Char Prior to it
*= 0
+=1
?= Matches 0 or 1 of the preceding token, effectively making it optional.