Rob Watkins
1 min readMay 3, 2020

--

BlogPost_407

Austin Coding Academy

Discuss in words something you learned in class today or this week. I learned a good standard way of doing styles inside the component file. Gonna look into to CSSModules soon though.

What is Redux Thunk used for? Setting state by fetching.

What is the difference between React Native and React? React Native is for developing exclusively for mobile.

Are you familiar with AMD/require.js or commonjs? What can they do for you? I am not familiar with them.

Which (if there is) node library method could you use to solve the algorithm problem you solved last night in your pre-homework. Common-algorithms-js

Which (if there is) node library method could you use to solve the algorithm problem you solved in class tonight? Benchmark.js

Explain your personal Troubleshooting Techniques. Include devtools and environments. My main method for troubleshooting is console.log and the devtools console in Chrome. This method encourages me always to have my code as organized and simplified as possible, as doing so renders error messages super helpful.

--

--