Aaron Smith
@aaronsmithdev
Followers
118
Following
131
Media
29
Statuses
323
Hello! I'm Aaron. Medical Doctor. Python enthusiast. Interests in technology, education, and healthcare. I run https://t.co/p5AJuzGJ9e.
Edinburgh
Joined January 2020
I work in healthcare tech and the cancer space, I'm looking for some primers/recommended resources in cancer epidemiology. Wonder if #MedTwitter can help!
0
0
1
What to see what the future of medicine has to hold? Come join us at CodeMD tomorrow night at 7pm. No coding knowledge required! #MedTwitter #coding
https://t.co/oZOev32Khc
0
2
0
In this article we discuss the concept of a Component and props. These are fundamental aspects to creating a complex React application.
0
0
0
My article on React rendering and why its fundamental to understand if you want to learn React was published in JavaScript in Plain English. #100daysofCoding #javascript For those who don't have a medium subscription: https://t.co/Rl26i5xF5O
https://t.co/UXZpLHgf7n
javascript.plainenglish.io
An in-depth overview of how React renders onto the Page
0
3
1
Understanding rendering is at the heart of the React library. In this article you will understand how React does this.
codingmedic.wordpress.com
In the blocks of understanding necessary to get a model of React in our minds the concept of rendering is key. We are using the syntax of JSX to design our user interface and translating this into …
0
0
1
Pleased to say my article 'What the heck is JSX?' got published in 'Javascript in Plain English' On Medium! #100daysofCoding #javascript Please note if you don't have a subscription: check it out on my blog: https://t.co/5KJ8DqAzV0
https://t.co/eaBsf5NCqD
codingmedic.wordpress.com
React is a JavaScript library that uses a syntax called JSX this stands for JavaScript XML. It is a syntax much like XML/HTML that can co-exist with JavaScript code. This means we can write HTML li…
0
2
4
What in the heck is JSX ? We will be discussing a major part of React. JSX the syntax that allows you to create the User Interface you want!
codingmedic.wordpress.com
React is a JavaScript library that uses a syntax called JSX this stands for JavaScript XML. It is a syntax much like XML/HTML that can co-exist with JavaScript code. This means we can write HTML li…
0
0
0
For those who don't have access to medium. Please check out it on my blog https://t.co/meF0ObL1es
codingmedic.wordpress.com
In a previous article, we discussed the DOM and mentioned that having an understanding of this is important to understand React. Well the reason for that is the virtual DOM. What is the Virtual DOM…
0
0
1
Please to announce that my article on the Virtual DOM and React got featured in Medium's publication 'JavaScript in Plain English'. Check it out to learn about this important topic! #100daysofCode #javascript
https://t.co/xtBpR0LlBT
2
1
2
In this article we discuss the Virtual DOM and how React works using this concept.
codingmedic.wordpress.com
In a previous article, we discussed the DOM and mentioned that having an understanding of this is important to understand React. Well the reason for that is the virtual DOM. What is the Virtual DOM…
0
0
0
Please to say I've had my new article 'Why you should care about the Browser in React' published in 'JavaScript in Plain English' on medium! #javascript #100daysofCode #coding
https://t.co/36rN9qnB4Y
0
3
2
Why should you care about how the Browsers work. Here you will learn about why knowing about the DOM is important when you're thinking of creating a React application
0
0
2
Wrote another blog post on why you should be using Fragments in your React application. Check it out! #React #javascript #100DaysOfCode
https://t.co/yQs7TvYOKt
codingmedic.wordpress.com
In the last blog post we looked at why need to wrap our React elements in a div., please see here if you haven’t already read that post! At the end of that post we discussed why having unnece…
0
4
1
Please to announce my article on why we wrap our JSX in divs has appeared on 'JavaScript Written in Plain English' Check it out! #javascript #coding #100daysofCode
https://t.co/9MOECC7T3O
javascript.plainenglish.io
Understand div wrapping in your React Apps!
0
7
5
Want to understand why we div wrap in React components? Check out my new blog post! #javascript #reactjs #100DaysOfCode
https://t.co/VtJnPSK0z9
codingmedic.wordpress.com
So when you first start using react, you will have no doubt written something like the below const App = () => { return( Hello World ) } What’s wron…
0
5
3
Just finished up a project creating a mobile app in React Native. Wanted to share some learning! Embedding in an App - QR code scanner and browser all in one! Check it out here! #ReactNative #javascript #100DaysOfCode
https://t.co/VTAcnBFV7Q
0
6
5