Emily Xiong

Emily Xiong

Emily is a frontend developer based in Toronto with over a decade of experience building sleek, responsive user interfaces. She is passionate about contributing to the open source community and actively engages in local tech meetups and events. Beyond code, Emily enjoys exploring the outdoors—whether hiking scenic trails or biking through the city—keeping life as adventurous as the projects she works on.
How to Share Code between React Web App and React Native Mobile App in Monorepo
React Summit 2022React Summit 2022
7 min
How to Share Code between React Web App and React Native Mobile App in Monorepo
Usually creating web and mobile apps require different tech stacks, and it is pretty hard to share code. This talk will show how I added a React web app and a React Native mobile app in the same monorepo using Nx, and how I optimized codeshare between react web app and react native mobile app.
How to Catch a11y Defects During Unit and E2E Testing
TestJS Summit 2021TestJS Summit 2021
7 min
How to Catch a11y Defects During Unit and E2E Testing
For developers, it is better to catch any a11y defects during unit and e2e testings. This talk is going to show how to automate a11y testing using jest and cypress.