andrewn / neue-radio

Neue Radio: Prototype connected object using web technologies
10 stars 6 forks source link

Support for Apps written in React #61

Open andrewn opened 6 years ago

andrewn commented 6 years ago

This is related to #60 but at the moment, there's no way to write Apps in React, mainly because we don't have support for JSX e.g.

<div>
   <p>{emoji.list}</p>
</div>