REACT NATIVE - ReactNative is a JavaScript based framework used in cross-platform
mobile development (i.e. using the same code for iOS and Android) while giving apps a completely native
look/feel. Using the same code for both platforms.
REACT - We use React because it is scalable, fast and simple and allows
us to build large Launchpad web apps which use data that can change over time without reloading
the page.
CSS - stands for Cascading Style Sheets with an emphasis placed on
“Style.” While HTML is used to structure a web document (defining things like headlines
and paragraphs, and allowing you to embed images, video, and other media), CSS comes
through and specifies your document’s style—page layouts, colors, and fonts are all
determined with CSS.
HTML - stands for Hypertext Markup Language. It allows the user to
create and structure sections, paragraphs, headings, links, and blockquotes for web
pages and applications. When working with HTML, we use simple code structures (tags
and attributes) to mark up a website page.