Hacker News new | ask | show | jobs
by laylomo 3273 days ago
Excellent post, Jared. Thanks for making it.

I figured I should share a project I made as well with ReasonReact. I'm a noob to React and frontend programming in general, but I was surprised by how easily it was to pick it up. I created a simple game of Snake over a weekend just to test it out. Great programming experience, great first impression.

edit: live demo: (warning: not mobile friendly) http://192.241.133.216/projects/websnake/index.html

1 comments

For people who want to look at some Reason code, here are some more projects:

https://github.com/jsdf/reason-react-hacker-news (rather unimaginatively, a hacker news app)

https://github.com/jsdf/lisp.re (native, the start of a lisp in Reason)