Providing a Better Developer Experience with the Expo Snack App

Let’s talk about your project

Let's connect
Callstack Cosmos
Callstack Cosmos

Not only does Callstack have tremendously talented engineers, but I know they care about the success of the project as much as I do. Having a true partner is a wonderful experience and gives us the ability to move so much faster than we could without them.

TC Davis
-
Product Expo

In brief

We optimized the client’s mobile app performance and introduced a custom tool to measure performance regressions. We set up performance tests and documentation to enable a seamless transition of knowledge with the in-house team of developers.

Client Info
Entain is one of the world’s largest sports betting and gaming entertainment groups.
Industry
Commercial gaming
Company type
Enterprise
Region
Australia, Asia & Oceania
Tech Info
Performance optimization project with the best practices, approaches & tech solutions
Technologies
React Native | Native
Platforms
iOS | Android
Stack
Redux | Tanstack | Reassure | GraphQL

Performance Boost

87.5%

In 87.5% of the screens, the number of rerenders decreased or remained the same, which affected the acceleration of the initial performance.

React Universe

In brief

Snack is the easiest way to experiment and explore working React Native code. It is the first stop for anyone curious what RN is all about, and a constant companion for experienced developers to experiment, collaborate and learn.

The easiest way to experiment and explore working with React Native code

With Snack, it’s possible to prototype a React Native app on its web based editor and instantly preview it on the device with the Expo app or the web based simulator.
Snack is one of the many projects from Expo, aimed to make working with React Native and Expo easier.

Expo Snack App screenshot

This poses a great barrier to people who want to try out React Native.

With Snack, we wanted to make this easier by addressing following groups of people and their use cases:

Starting a React Native project is a lot of work, including setting up the developer environment and various tools. In addition, projects which were working few days earlier could stop working without any changes if not using something like a yarn.lock or package-lock.json.

  • Students with limited to no background knowledge with programming and/or ReactNative,
  • Web developers unfamiliar with device APIs and building native apps,
  • Native developers unfamiliar with Web app development frameworks and willing to experiment if it’s possible to provide good user experience with React Native,
  • ReactNative developers wanting to prototype and share an idea,
  • Library maintainers wanting to provide examples and documentations,
  • Users trying to provide a repro case when reporting a bug
  • Speakers and workshop presenters wanting to do a live coding session

We needed to build something that requires no setup, can be previewed instantly on real devices and easily shared with others. We faced several challenges:

  • React Native spans multiple languages; to be able to setup the developer environment, the developer doesn’t only have to be familiar with Web app development tools, but also native development tools such as Android Studio and XCode
  • Running React Native’s packager, i.e. metro-bundler was a solution, but it was really slow and unreliable
  • Being able to try the code out on a web based simulator was a nice convenience (as on rnplay.org), but we needed to be able to test on a real device to be actually able to try the real thing
  • Ability to install modules from NPM was necessary for a lot of scenarios

We also needed to build a web based editor which provides a good editing experience with linting, managing multiple files with drag and drop, logging etc.

Minimize the setup

The first problem we needed to solve was to minimize the setup required. Fortunately, the expo development environment already takes care of this. While using Expo would solve this issue, it still took a little bit of work. Another approach was to run a React Native development environment on the cloud (rnplay.org) RNPlay. However it was really slow and unusable. To avoid running metro-bundler, we decided to patch in the code that has changed instead of rebuilding the full bundle every time. For the web based editor, we decided to use Ace Editor with a custom ESLint build for linting the files.

Web based editor with a companion app

Our final approach involved a web based editor with a companion app running inside the Expo app on the device which patches in the changed code. The Expo app can load the experience by opening a link to the snack or by scanning a QR code.

The basic approach is that the web UI sends the code and the list of dependencies to the app, the app downloads the dependencies, transforms the code with Babel, and then executes it. Source

Expo Snack App screenshot

We used Ace Editor for the code editor with various enhancements to improve the editing experience, such as ESLint and Prettier integration, various keyboard shortcut, file management support etc.: source

Expo Snack App screenshot

We also built a custom packager which creates bundles to be used by projects on Snack, so you could import a module like usual and we take care of the rest behind the scenes. The packager is based on webpack with custom loaders and plugins: sourcePreview results instantly on a real device using the Expo app

Expo Snack App screenshot


Preview results instantly on a real device using the Expo app

We managed to achieve the goals we originally set and constantly iterating on improving the experience and adding new features.

  • Easy to use web based editor which lets the developer start quickly without setting up a developer environment,
  • Preview results instantly on real device using the expo app
  • Debugging capabilities with console logs
  • Easily shareable links
  • Embeddable editor for documentation


We’re happy to be able to help the community by lowering the barriers to entry and experimentation with Snack and excited to see what new ideas the community comes up with. If you are using React Native and haven’t checked it out yet, you definitely should!

The challenges we’ve solved so far

Related services

No items found.

get in touch

Fill in the form and tell us a little bit about your enquiry. We’ll get back to you promptly to discuss your requirements.

Get in touch
This information will be used only to contact you. For details, check our Privacy Policy.