Meghan ElizabethShort & Sweet — JavaScript Arrow FunctionsArrow functions were introduced in ES6 and they allow us to write shorter function syntax. The symbol for an arrow function is the fat…Oct 18, 2021Oct 18, 2021
Meghan ElizabethIntro to JSXJSX is an abbreviation for JavaScript XML. JSX is a syntax extension to JavaScript and it is included with React. JSX allows you to write…Sep 21, 2021Sep 21, 2021
Meghan ElizabethFindFurryFriend — Shelter SearchHere is how I built a search in my find furry friend app!Sep 13, 2021Sep 13, 2021
Meghan ElizabethReact Lifecycle Methods — UnmountingPhoto by Ivan Diaz on UnsplashAug 30, 2021Aug 30, 2021
Meghan ElizabethReact Lifecycle Methods — UpdatingA component is updated whenever there is a change in state or props. These methods are called in the following order when updating a…Aug 24, 2021Aug 24, 2021
Meghan ElizabethReact Lifecycle Methods — MountingThese methods are called in the following order when mounting a component on the DOMAug 16, 2021Aug 16, 2021