How does remark-snackplayer render web/mobile version of the code?

Hi all,

I think snack playground is amazing!

I am trying to understand how snack renders the web/iOS/Android version of the code. Is there any implementation details(ie. code/files) that I can look into?

I’m pretty fuzzy on how it works. But on the web platform, I guess we have code snippets on the left, and a copy of react component on the right, so they can render side-by-side.

On the iOS platform, web client would have to send a request of react native code to the server, server will have to relay the data to appetize.io, and appetize will send the data back to server, and server stream back the data to the web client.

Does this sound right to folks? Are there places I can look deeper into how these logic work?

Thank you!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.