arch-js / arch

Web application framework for React by Red Badger
BSD 3-Clause "New" or "Revised" License
170 stars 13 forks source link

Demo and example code ideas #69

Open charypar opened 9 years ago

charypar commented 9 years ago

This is a place to post example code ideas we should write, I'll try to keep the checklist up to date with suggestions.

As a rule we also decide all example code should be done and maintained both in LiveScript and ES6 (as a learning resource for Arch and also LiveScript).

The example will eventually be kept in this repository

Example code

asavin commented 9 years ago
cpursley commented 9 years ago

An example of using 3rd party React components with Arch would be helpful.

charypar commented 9 years ago

@cpursley good idea and should be really simple to do. Thanks!

jamesnolanverran commented 9 years ago

Hi, I built a version of the todo-mvc here. Code reviews welcome! :)

charypar commented 9 years ago

@jamesnolanverran Thanks! I'll have a deeper look tomorrow, meanwhile, you can check our version here if you haven't yet.

chrisvfritz commented 9 years ago

For the 3rd-party components example, I'd like to suggest integrating react-bootstrap, as it's very well-documented and my guess is many would find it useful in their applications.

charypar commented 9 years ago

Live updating sync demo with firebase. Chat maybe?