Hack Reactor – Day 0
In a little over 24 hours I will begin Hack Reactor cohort 48. It has been an interesting journey just getting to where I am now, so who knows what is in store for the coming months. My choice I initially began looking into coding bootcamps when my company restructured in the wake of COVID-19. …
What is React?
React is a Javascript library that manages view rendering and state. View rendering follows a component-based paradigm and can be handled by using a powerful templating language (JSX) that allows for the use of embedded javascript expressions. Component and app state is managed as well, allowing for individual sub-components or larger structures to be re-rendered …