arkency / reactjs_koans

Learn basics of React.js making the tests pass
MIT License
3.23k stars 465 forks source link

Consider Opal as well #22

Open ylluminate opened 9 years ago

ylluminate commented 9 years ago

You may also want to consider Opal with https://github.com/zetachang/react.rb & https://github.com/zetachang/opal-native.

voter101 commented 9 years ago

Hey there,

Thanks for your suggestion. I'll leave it marked open and as a question.

Have a nice day.

ylluminate commented 9 years ago

@zetachang @catmando

Please see the Gitter comment: https://gitter.im/opal/opal?at=5593d28492e368b167bd5be4

fkchang commented 9 years ago

How would one contribute the opal versions of such, I can see creating an opal subdirectory in the koans directory, but I imagine the server setup would be different. Right now I see the server code in the top level directory. It's possible to use express as the backend, but I imagine a ruby based setup would fit better, in which case, not sure where we'd put that.

voter101 commented 9 years ago

I think we could make another branch for opal-only version. What do you think about this?