socketstream / ss-examples

Examples of using Socketstream
MIT License
3 stars 7 forks source link

React + CoffeeScript #8

Closed kulicuu closed 9 years ago

kulicuu commented 9 years ago

This is an interesting way of doing React + CoffeeScript I learned from Alberto Torres Ruiz.

I'll add some more interesting GUI elements later; for now just wanted to initiate it and see if I could get it to work with SocketStream.

arxpoetica commented 9 years ago

Interesting. Looking forward to the example.

kulicuu commented 9 years ago

You might want to do a different React example. Like I said there are many ways of doing this, mine is one of my particular derivatives of a style of doing it I learned from someone else. Have you found anything functionally wrong with it ?

On Tue, May 5, 2015 at 3:36 PM, Robert Hall notifications@github.com wrote:

@kulicuu https://github.com/kulicuu you may wish to look at this example app for help: https://github.com/dozoisch/koa-react-full-example

— Reply to this email directly or view it on GitHub https://github.com/socketstream/ss-examples/pull/8#issuecomment-99066972 .

kulicuu commented 9 years ago

I may look at it though. So much to do !!!!!!!!!!! ;)

On Tue, May 5, 2015 at 3:42 PM, Wylie JoshuaCullick < wylie.joshuacullick@gmail.com> wrote:

You might want to do a different React example. Like I said there are many ways of doing this, mine is one of my particular derivatives of a style of doing it I learned from someone else. Have you found anything functionally wrong with it ?

On Tue, May 5, 2015 at 3:36 PM, Robert Hall notifications@github.com wrote:

@kulicuu https://github.com/kulicuu you may wish to look at this example app for help: https://github.com/dozoisch/koa-react-full-example

— Reply to this email directly or view it on GitHub https://github.com/socketstream/ss-examples/pull/8#issuecomment-99066972 .

arxpoetica commented 9 years ago

Ha ha you got to my comment before I deleted it! I realized that one uses Koa, which is it's own beast. I'm creating an app w/ Koa and Ractive (there's a branch for it here—note, it's a work in progress, definitely not done.). I'll be curious to see what you come up with!

kulicuu commented 9 years ago

haha I was going to say I could rename the one I'm doing. Mine is active now. you can try it. It's not very complicated yet, but open the consoles and type in the input. It's cool because there are no templates anymore, but it's not JSX/CSX. The CoffeeScript contains all the markup. I've to add the Stylus file and think of something to be entertaining (that's not done yet).

On Tue, May 5, 2015 at 3:47 PM, Robert Hall notifications@github.com wrote:

Ha ha you got to my comment before I deleted it! I realized that one uses Koa, which is it's own beast. I'm creating an app w/ Koa and Ractive (there's a branch for it here https://github.com/socketstream/ss-examples/tree/feature/ractive-example—note, it's a work in progress, definitely not done.). I'll be curious to see what you come up with!

— Reply to this email directly or view it on GitHub https://github.com/socketstream/ss-examples/pull/8#issuecomment-99068987 .

kulicuu commented 9 years ago

I've never used Koa. It's on that todo list I mentioned ;0

On Tue, May 5, 2015 at 3:51 PM, Wylie JoshuaCullick < wylie.joshuacullick@gmail.com> wrote:

haha I was going to say I could rename the one I'm doing. Mine is active now. you can try it. It's not very complicated yet, but open the consoles and type in the input. It's cool because there are no templates anymore, but it's not JSX/CSX. The CoffeeScript contains all the markup. I've to add the Stylus file and think of something to be entertaining (that's not done yet).

On Tue, May 5, 2015 at 3:47 PM, Robert Hall notifications@github.com wrote:

Ha ha you got to my comment before I deleted it! I realized that one uses Koa, which is it's own beast. I'm creating an app w/ Koa and Ractive (there's a branch for it here https://github.com/socketstream/ss-examples/tree/feature/ractive-example—note, it's a work in progress, definitely not done.). I'll be curious to see what you come up with!

— Reply to this email directly or view it on GitHub https://github.com/socketstream/ss-examples/pull/8#issuecomment-99068987 .

kulicuu commented 9 years ago

i need to close this and re-open -- trouble with node_modules folder