IT487 M8 Ch2 STD
IT487 M8 Ch2 STD
26/12/2021
College of Computing and
Informatics
Bachelor of Science in Computer
Science
IT487
Mobile Application Development
IT487
Mobile Application Development
Module 8
Rendering with JSX
Contents
1.Your first JSX content
2.Rendering HTML
3.Describing UI structures
4.Creating your own JSX elements
5.Using JavaScript expressions
6.Fragments of JSX
Weekly Learning
Outcomes
1. Explain the basics of JSX, including its declarative structure,
which leads to more maintainable code
2. Explain the Fragments of JSX
Required Reading
1. Chapter 2 (React and React Native: A complete
hands-on guide to modern web and mobile
development with React.js,3rd Edition, 2020, Adam
Boduch, Roy Derks)
Recommended Reading
Introducing JSX: https:/ / reactjs. org/ docs/ introducing-
jsx. Html
Hello, JSX