Login
Discover
Waves
Decks
Plus
Login
Signup
Aron
@aronson
25
I am a student.
Followers
1574
Following
1514
Resource Credits
Available
Used
Website
http://arongeber.com/
Created
October 2, 2017
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
aronson
code
2018-03-17 15:57
Day 62,63
March 16th, 17th Actually I am thinking of not writing this every single. Maybe just once a week or months because the code is getting harder and and really I can't explain it that well. So these will
$ 0.000
1
2
aronson
code
2018-03-15 14:58
Day 61
March 15th, 2018 Hello! At the React for Beginners course by Wes Bos I learned about persisting state with firebase, which means that the state won’t disappear after reload. Firebase is a real-time database
$ 0.000
1
aronson
code
2018-03-14 15:47
Day 60
March 14, 2018 Hello! At the React for Beginners course by Wes Bos I learned about updating order state. const isAvailable = status === 'available'; <button disabled={!isAvailable}>{isAvailable ?
$ 0.000
1
aronson
code
2018-03-13 15:05
Day 59
March 13th, 2018 Hello! At the React for Beginners course by Wes Bos I did displaying state with JSX. The goal was to move parts around the app. We do that by making a component. If you want to use logic
$ 0.000
1
aronson
code
2018-03-12 15:31
Day 58
March 12th, 2018 Hello! Today at the React for Beginners by Wes Bos I learned about loading Data into state onClick. We have to include the button with an onClick event function <button onClick={}>Load
$ 0.000
1
aronson
code
2018-03-11 18:04
Day 57
March 11th, 2018 Hello! Today at the React for Beginners course by Wes Bos I learned about state, a very important but alas first a bit difficult bit. What is state? It is basically just an object that
$ 0.000
0
aronson
code
2018-03-10 17:51
Day 56
March 10th, 2018 Hello! Today at the React for Beginners course by Wes Bos I learned something about events, refs, and binding in React. Events in react work the same as in JavaScript. React wraps events
$ 0.000
0
aronson
code
2018-03-09 15:54
Day 55
March 9th, 2018 Hello! Today the React for Beginners Course by Wes Bos I learned about routing in react. First import: import { BrowserRouter, Route, Switch} from 'react-router-dom'; import Router from
$ 0.000
1
aronson
code
2018-03-08 14:09
Day 54
March 8th, 2018 Hello! Today at the React for Beginners Course by Wes Bos I learned aboutPassing Dynamic data with props. Props, they are similar to HTML attributes, they provide more information. Without
$ 0.000
1
aronson
code
2018-03-07 15:51
Day 53
March 7th, 2018 Hello! At the React course by Wes Bos I learned about CSS in React. We have import the CSS directly in a component and that will go together with the component How to import it to the index.js
$ 0.000
0
aronson
code
2018-03-06 14:21
Day 52
March 6th, 2018 Hello! At the React course by Wes Bos I learned some more about components. Render() determines what HTML elements we render out to the page. First we need to import react, as well as the
$ 0.000
1
aronson
code
2018-03-05 15:42
Day 51
March 5th, 2018 Hello! I am really excited, because I have started a new course! React for Beginners by Wes Bos. On the first day I just set up a few things like the coding environment. I have updated
$ 0.000
1
aronson
code
2018-03-04 16:19
Day 50
March 4th, 2018 Hello! Today I got the end of the ES6 course by Wes Bos, and it was really great. I learned a lot about ES6 and I will make sure to use them in my code. It can also be used as a reference
$ 0.000
0
aronson
code
2018-03-03 15:32
Day 49
March 3rd, 2018 Hello! Today I was at the Web Development Bootcamp by Colt Steele and I learned about APIs. API stands for Application Program Interface and it is a way for computers to interact with each
$ 0.000
0
aronson
code
2018-03-02 14:04
Day 48
March 2nd, 2018 Hello! At the ES6 course by Wes Bos I learned about the Async Await. If you execute something synchronously you wait for the task to be done, before you continue. But if you do it
$ 0.000
0
aronson
code
2018-03-01 15:15
Day 47
March 1st, 2018 Hello! At the ES6 course by Wes Bos, I learned some more about custom promises. We reviewed how we can create a custom promise: function breathe(amount) { return new Promise((resolve, reject)
$ 0.000
1
aronson
code
2018-02-28 15:27
Day 46
February 28th, 2018 Hello! At the ES6 course by Wes Bos I started to learn about Async, but first we actually review the Promises. We canuse the fetch api to get data, together with then, and we also have
$ 0.000
0
aronson
code
2018-02-27 10:32
Day 45
February 27th, 2018 Hello! Today at the ES6 course by Wes Bos I learned about maps and weak maps. Maps are like objects. They have key-value pair. You can call .has() and .delete() on them. As well as
$ 0.000
0
aronson
code
2018-02-26 15:41
Days 41-44
February 23rd, 24th, 25th and 26th 2018 Hello! Yes, laziness. Not really that I have working on all these days, but Mr. Procrasto was busy. So, at the ES6 course by Wes Bos I learned about sets. Not the
$ 0.000
1
aronson
code
2018-02-22 14:05
Days 37-40
February 19th , 20th, 21st, 22nd 2018 Hello! At the ES6 course by Wes Bos I learned about generators and proxies. Functions run from top to bottom, but with a generator you can make a function that you
$ 0.000
1