Hacker News new | ask | show | jobs
by bhudman 3611 days ago
Very cool! I can see that this app is doing using react, and would like to learn how to do an app like this. Is there something you'd recommend that takes about rendering an app correctly on all these phones?

Does not necessarily have to use react or the podcast.. any git repos would be helpful :)

1 comments

It's not using React, it's using Ractive (http://ractivejs.org), which we use for all of our projects. It was designed with that goal (among others) in mind – making cross-browser DOM quirks something we don't need to worry about.