Lynx: Unlock Native for More

This ad is not shown to multipass and full ticket holders
JSNation US
JSNation US 2025
November 17 - 20, 2025
New York, US & Online
JS stars in the US biggest planetarium
Learn More
In partnership with Focus Reactive
Upcoming event
JSNation US 2025
JSNation US 2025
November 17 - 20, 2025. New York, US & Online
Learn more
Bookmark
Rate this content

Lynx, a new cross-platform stack adopted by the TikTok app that empowers teams to ship truly native UIs to mobile and web from a single codebase using their existing web skills like CSS and React, has recently been open sourced.

In this talk, we'll explore what makes Lynx familiar and what sets it apart from other cross-platform technologies; we’ll take a closer look at its dual-threaded design, and how that enables Lynx's instant launches and silky-smooth interactions, plus a sneak peak at what's next for Lynx.

This talk has been presented at React Summit 2025, check out the latest edition of this React Conference.

FAQ

Shen, also known as Hux, is a developer involved in the React community, known for his work with ReasonML and Hermes for React Native, and for contributing to the idea of React Forget.

Lynx is a platform that allows developers to write code once and build applications for multiple platforms, such as iOS, Android, and web. It aims to bridge the gap between web and native apps by using native primitives and providing a React-like developer experience.

Lynx is heavily used by TikTok in various services, including search panels, studio apps, e-commerce sites, live stream gifting, and events like Disney 100 and MetaGallery.

Lynx uses a dual-threaded JavaScript runtime architecture, with separate background and main threads for efficient processing. It also features Instant First Frame Rendering (IFR) and Main Thread Scripting (MTS) for fast loading and smooth interactivity.

Lynx plans to open-source more native UI elements and the framework that TikTok has built on top of it. The team encourages community contributions and is working on integrating more web frameworks like Vue and Svelte.

Lynx uses a dual-threaded approach with two separate JavaScript runtimes: Background Thread Scripting (BTS) for re-rendering and data processing, and Main Thread Scripting (MTS) for synchronized UI access, ensuring high performance.

Lynx preserves web languages like CSS, JavaScript, and frameworks like React, enabling developers to reuse their existing web knowledge while building cross-platform applications with native capabilities.

Lynx aims to democratize cross-platform technologies, allowing developers to build native-like applications using familiar web technologies. It fosters open-source contributions and seeks to bridge the gap between web and native app development.

Yes, Lynx supports CSS natively, allowing the use of styling libraries like Tailwind. It can also integrate with Motion for animations, demonstrating compatibility with popular web technologies.

Lynx uses native primitives like native views and modules, allowing it to deliver more native-like performance. It also supports CSS natively, enabling developers to reuse web code and libraries like Tailwind and Motion.

Xuan Huang
Xuan Huang
32 min
13 Jun, 2025

Comments

Sign in or register to post your comment.
Video Summary and Transcription
Shen's first English talk at a conference introducing Lynx project with viral success, Lynx leveraging web technologies for multi-platform development, bridging web strengths with native capabilities, enhancing development capabilities with native UI elements, instant rendering, MTS enabling man-thread scripting and CSS support, exploration of Tailwind integration, embracing Haskell in Lynx for cross-platform thinking.
Available in Español: Lynx: Desbloquea Nativo para Más

1. Shen's Introduction to Lynx Project

Short description:

Shen's first English talk at a conference, involved in React community, introduced Lynx project with unexpected viral success.

Hey guys, what's up everyone? So it's Shen here. That thing is pronounced as Shen. People also call me Hux at HuxPro, because that's the Internet name I use everywhere on Twitter, GitHub, YouTube. So not gonna lie, this is my very first English talk at an in-person conference. So thank you. Also big thanks to React Summit and Geek Nation to invite me to here, and this definitely is different.

So I've actually been part of the React community for a while, especially during my time at Meta. I was involved with ReasonML very early on, and then helped Hermes become the best JavaScript engine for React Native. Yo, if you didn't forget that talk at React Conf 2021, that drops the idea of React Forget. That was me. I helped bootstrap that idea, and three years later we finally have React Compiler. Right? Yeah, it still sounds real that React with a memo is now real.

But today I want to show you something new. I've been working with another awesome team two years since then. It's called Lynx. Lynx isn't like React Forget. It's not like solving a PIN that everybody already filled. I'm curious, how many of you have already heard of Lynx? Hands up. Well, plenty of you. Wow. That's awesome. Like, nobody was probably asking for something, like, thanks. We thought. So it's... Ratter is here for more. It's like bringing more things to the table. And I will show you what that means in the rest of the talk. So we open sourced the Lynx back in March, with this blog. And honestly we didn't anticipate it was gonna go viral. Thanks to all the Twitter celebrities who tweeted about us.

2. Insights on Lynx Project & TikTok Integration

Short description:

YouTube videos in different languages, surprising video features, Lynx overview including platform support and TikTok integration.

But personally, what really hit me is that I started to see YouTube videos pop up in language that I don't understand at all. So I can't watch those without YouTube translations. And that was just why. Of course there are also English content. Did a really insightful live stream. Love it.

We also absolutely didn't see that coming. Fireship dropped a video about us the very next day we open sourced. And then there's Phil. It was still the blonde version of Phil. So, dropped a deep dive and I really appreciated he read through the entire blog post.

So, what is Lynx exactly? If you haven't heard of it, sorry I've been holding back to this point. I did it on purpose. I kind of want to make you feel a little bit formal. In essence, Lynx solves the same problem like Web, React Native, Flutter, right? It tries to let you to just write code once and be able to build user interface and applications on any possible platforms. Currently we support iOS, Android, and web and there are more coming later this year.

Lynx is production ready. Lynx is heavily used by TikTok. So all the services here are built with Lynx. So, if you ever touch any of those, you are like a user of Lynx already. There's something like search panel, the TikTok studio apps, the e-commerce site, the live stream gifting stuff, and interesting events like Disney 100 and MetaGallery. And as for developer experience because that's something we care about a lot. You kind of already knew, right?

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

Building Better Websites with Remix
React Summit Remote Edition 2021React Summit Remote Edition 2021
33 min
Building Better Websites with Remix
Top Content
Remix is a web framework built on React Router that focuses on web fundamentals, accessibility, performance, and flexibility. It delivers real HTML and SEO benefits, and allows for automatic updating of meta tags and styles. It provides features like login functionality, session management, and error handling. Remix is a server-rendered framework that can enhance sites with JavaScript but doesn't require it for basic functionality. It aims to create quality HTML-driven documents and is flexible for use with different web technologies and stacks.
Speeding Up Your React App With Less JavaScript
React Summit 2023React Summit 2023
32 min
Speeding Up Your React App With Less JavaScript
Top Content
Watch video: Speeding Up Your React App With Less JavaScript
Mishko, the creator of Angular and AngularJS, discusses the challenges of website performance and JavaScript hydration. He explains the differences between client-side and server-side rendering and introduces Quik as a solution for efficient component hydration. Mishko demonstrates examples of state management and intercommunication using Quik. He highlights the performance benefits of using Quik with React and emphasizes the importance of reducing JavaScript size for better performance. Finally, he mentions the use of QUIC in both MPA and SPA applications for improved startup performance.
Full Stack Documentation
JSNation 2022JSNation 2022
28 min
Full Stack Documentation
Top Content
The Talk discusses the shift to full-stack frameworks and the challenges of full-stack documentation. It highlights the power of interactive tutorials and the importance of user testing in software development. The Talk also introduces learn.svelte.dev, a platform for learning full-stack tools, and discusses the roadmap for SvelteKit and its documentation.
SolidJS: Why All the Suspense?
JSNation 2023JSNation 2023
28 min
SolidJS: Why All the Suspense?
Top Content
Suspense is a mechanism for orchestrating asynchronous state changes in JavaScript frameworks. It ensures async consistency in UIs and helps avoid trust erosion and inconsistencies. Suspense boundaries are used to hoist data fetching and create consistency zones based on the user interface. They can handle loading states of multiple resources and control state loading in applications. Suspense can be used for transitions, providing a smoother user experience and allowing prioritization of important content.
From GraphQL Zero to GraphQL Hero with RedwoodJS
GraphQL Galaxy 2021GraphQL Galaxy 2021
32 min
From GraphQL Zero to GraphQL Hero with RedwoodJS
Top Content
Tom Pressenwurter introduces Redwood.js, a full stack app framework for building GraphQL APIs easily and maintainably. He demonstrates a Redwood.js application with a React-based front end and a Node.js API. Redwood.js offers a simplified folder structure and schema for organizing the application. It provides easy data manipulation and CRUD operations through GraphQL functions. Redwood.js allows for easy implementation of new queries and directives, including authentication and limiting access to data. It is a stable and production-ready framework that integrates well with other front-end technologies.
Tanstack Start - A Client-Side First Full-Stack React Framework
React Summit US 2024React Summit US 2024
30 min
Tanstack Start - A Client-Side First Full-Stack React Framework
Top Content
We surveyed thousands of developers to show that a louder audience leads to a better presentation. There has been a shift in web app development towards server-first architectures, which has improved full-stack capabilities but at the cost of complexity and divergence from the client-centric approach. Tanstec Start is a meta-framework that aims to provide the best client-side authoring experience with powerful server-side primitives. The Tansec Router supports advanced routing features, URL state management, and JSON storage. Combined with the server-side rendering capabilities of TanStack Start, it becomes even more powerful. The TanStack Router has isomorphic loaders and integrates seamlessly with TanStack Query for additional features like polling and offline support. UseSuspenseQuery allows for dynamic streaming of data during SSR. TanStack Start also offers server-side features, API routes, server functions, and middleware. The future plans include RSCs, websockets, real-time primitives, and static pre-rendering. TanStack Start is now in beta and is suitable for building React apps. It is open source.

Workshops on related topic

Building WebApps That Light Up the Internet with QwikCity
JSNation 2023JSNation 2023
170 min
Building WebApps That Light Up the Internet with QwikCity
WorkshopFree
Miško Hevery
Miško Hevery
Building instant-on web applications at scale have been elusive. Real-world sites need tracking, analytics, and complex user interfaces and interactions. We always start with the best intentions but end up with a less-than-ideal site.
QwikCity is a new meta-framework that allows you to build large-scale applications with constant startup-up performance. We will look at how to build a QwikCity application and what makes it unique. The workshop will show you how to set up a QwikCitp project. How routing works with layout. The demo application will fetch data and present it to the user in an editable form. And finally, how one can use authentication. All of the basic parts for any large-scale applications.
Along the way, we will also look at what makes Qwik unique, and how resumability enables constant startup performance no matter the application complexity.
Back to the Roots With Remix
React Summit 2023React Summit 2023
106 min
Back to the Roots With Remix
Workshop
Alex Korzhikov
Pavlik Kiselev
2 authors
The modern web would be different without rich client-side applications supported by powerful frameworks: React, Angular, Vue, Lit, and many others. These frameworks rely on client-side JavaScript, which is their core. However, there are other approaches to rendering. One of them (quite old, by the way) is server-side rendering entirely without JavaScript. Let's find out if this is a good idea and how Remix can help us with it?
Prerequisites- Good understanding of JavaScript or TypeScript- It would help to have experience with React, Redux, Node.js and writing FrontEnd and BackEnd applications- Preinstall Node.js, npm- We prefer to use VSCode, but also cloud IDEs such as codesandbox (other IDEs are also ok)
Let AI Be Your Docs
JSNation 2024JSNation 2024
69 min
Let AI Be Your Docs
Workshop
Jesse Hall
Jesse Hall
Join our dynamic workshop to craft an AI-powered documentation portal. Learn to integrate OpenAI's ChatGPT with Next.js 14, Tailwind CSS, and cutting-edge tech to deliver instant code solutions and summaries. This hands-on session will equip you with the knowledge to revolutionize how users interact with documentation, turning tedious searches into efficient, intelligent discovery.
Key Takeaways:
- Practical experience in creating an AI-driven documentation site.- Understanding the integration of AI into user experiences.- Hands-on skills with the latest web development technologies.- Strategies for deploying and maintaining intelligent documentation resources.
Table of contents:- Introduction to AI in Documentation- Setting Up the Environment- Building the Documentation Structure- Integrating ChatGPT for Interactive Docs
Learn Fastify One Plugin at a Time
Node Congress 2021Node Congress 2021
128 min
Learn Fastify One Plugin at a Time
Workshop
Matteo Collina
Matteo Collina
Fastify is an HTTP framework for Node.js that focuses on providing a good developer experience without compromising on performance metrics. What makes Fastify special are not its technical details, but its community which is wide open for contributions of any kind. Part of the secret sauce is Fastify plugin architecture that enabled developers to write more than a hundred plugins.This hands-on workshop is structured around a series of exercises that covers from basics "hello world", to how to structure a project, perform database access and authentication.

https://github.com/nearform/the-fastify-workshop
Build a Product Page with Shopify’s Hydrogen Framework
React Advanced 2022React Advanced 2022
81 min
Build a Product Page with Shopify’s Hydrogen Framework
Workshop
David Witt
David Witt
Get hands on with Hydrogen, a React-based framework for building headless storefronts. Hydrogen is built for Shopify commerce with all the features you need for a production-ready storefront. It provides a quick start, build-fast environment so you can focus on the fun stuff - building unique commerce experiences. In this workshop we’ll scaffold a new storefront and rapidly build a product page. We’ll cover how to get started, file-based routing, fetching data from the Storefront API, Hydrogen’s built-in components and how to apply styling with Tailwind.You will know:- Get started with the hello-world template on StackBlitz- File-based routing to create a /products/example route- Dynamic routing /products/:handle- Hit the Storefront API with GraphQL- Move the query into the Hydrogen app- Update the query to fetch a product by handle- Display title, price, image & description.- Tailwind styling- Variant picker and buy now button- Bonus if there’s time: Collections page
Prerequisites: - A Chromium-based browser (StackBlitz)- Ideally experience with React. A general web development background would be fine.
Build a Universal Reactive Data Library with Starbeam
JSNation 2023JSNation 2023
66 min
Build a Universal Reactive Data Library with Starbeam
WorkshopFree
Yehuda Katz
Yehuda Katz
This session will focus on Starbeam's universal building blocks. We'll use Starbeam to build a data library that works in multiple frameworks.We'll write a library that caches and updates data, and supports relationships, sorting and filtering.Rather than fetching data directly, it will work with asynchronously fetched data, including data fetched after initial render. Data fetched and updated through web sockets will also work well.All of these features will be reactive, of course.Imagine you filter your data by its title, and then you update the title of a record to match the filter: any output relying on the filtered data will update to reflect the updated filter.In 90 minutes, you'll build an awesome reactive data library and learn a powerful new tool for building reactive systems. The best part: the library works in any framework, even though you don't think about (or depend on) any framework when you built it.
Table of contents- Storing a Fetched Record in a Cell- Storing multiple records in a reactive Map- Reactive iteration is normal iteration- Reactive filtering is normal filtering- Fetching more records and updating the Map- Reactive sorting is normal sorting (is this getting a bit repetitive?)- Modelling cache invalidation as data- Bonus: reactive relationships