LHLeo Harrisonindudereviewsapps.hashnode.dev·Feb 28, 2023 · 1 min readAbout This BlogMy name is Leo and I simply like to review Android Applications. I am always on the hunt for the newest apps. I have a long history of working with different applications. I was one of the first people to log onto Spotify. I was one of the first peop...00
LHLeo Harrisoninleotriescode.com·Feb 28, 2023 · 2 min readOn this Day I Learned...I learned about some basic items in React.JS This day I learned how return statements work in react. function Welcome(props) { return <h1>Welcome back!</h1>; } function GuestGreeting(props) { return <h1>Please sign up.</h1>; } For the above exa...00