AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Using React to Build Extensions for Raycos
The app itself is 100% native, it's written in Swift and doesn't involve any HTML or CSS. So what we do is you literally write React, but instead of rendering HTML, we actually rendering Swift components. We expose a high level API that developers can use to build extension files. And then we just render that with our native engine in the application. That has two benefits, like one, every developer who knows React can immediately write a Raycos extension without learning anything new. Of course, we expose this high level components like a list and then a list has list items with a leading icon and a title and a subtitle. But we also have basically the flexibility of React where you