Sarah RivasReact Components Made SimpleReact is designed around the concept of simple and reusable components. After having learned Vanilla JavaScript and having to constantly…Oct 10, 2018Oct 10, 2018
Sarah RivasPromises in JavaScriptPromises are incredibly useful in JavaScript and help you handle asynchronous calls. Promises are objects and return the value of the…Sep 25, 2018Sep 25, 2018
Sarah RivasMake Fetch Happen!Working with APIs in your applications will often require you to send API requests to access and manipulate parts of the HTTP pipeline. A…Aug 23, 2018Aug 23, 2018
Sarah RivasAn overview of debugging tools for ReactJS applicationsDebugging is an essential skill for software developers of all experience levels. By providing a way to test out the syntax and scope…Aug 9, 2018Aug 9, 2018
Sarah RivasHow to Read, Add and Remove HTML Element ClassesA common task when working with elements is wanting to read and update class attributes, but like many things with the DOM, there is more…Jul 25, 2018Jul 25, 2018
Sarah RivasSimple CSS Animations with Emojis 🙃It’s summertime and we just arrived at a beach in the digital world! We start to observe the trees swaying, a surfer riding waves, a…Jul 12, 2018Jul 12, 2018
Sarah RivasWorking with Arrays: From Ruby to JavaScriptWhen I first started working with arrays, I kept running into a few common problems. The need to iterate, filter, and map collections came…Jun 28, 2018Jun 28, 2018