funkia / turbine

Purely functional frontend framework for building web applications
MIT License
685 stars 27 forks source link

updated webpackbin links to codesandbox.io #74

Closed stevekrouse closed 6 years ago

stevekrouse commented 6 years ago

As you may already know, webpackbin has moved to codesandbox.io, so I moved the code over there and updated the links.

It'd be better if I could link to a specific version of the code on a sandbox (so it'd be immune to accidental modifications I hopefully won't make), but I wasn't able to figure that out in codesandbox.io. If you wanted to fork the code I created and provide your own links (so you have more control), that works too.

paldepind commented 6 years ago

Thanks a lot for this @stevekrouse :+1: It's really nice to have the examples working.

I've seen CodeSandbox before but I didn't realize that it was the continuation of webpackbin nor that it was possible to use for our purpose. I tried using it some time ago but it would only let me create sandboxes based on specific frameworks. How did you create a sandbox without pulling in some framework?

If you wanted to fork the code I created and provide your own links (so you have more control), that works too.

We can do that at some point if necessary :smile:

stevekrouse commented 6 years ago

My pleasure!

Yeah I remember that too, but they now have vanilla (top left):

image

paldepind commented 6 years ago

Nice. That's a very good addition.

Thanks again @stevekrouse :smile: