Live data from Hacker News

Stackblitz – Online VS Code Editor for Angular and React

stackblitz.com

51–60 of 75 posts

Re: Stackblitz – Online VS Code Editor for Angular and React

#53

Creator here — thanks for posting our project! For more info, check out my Medium announcement post here: https://medium.com/@ericsimons/stackblitz-online-vs-code-ide... :) Happy to answer any q's & would love to hear your feedback!

Sorry for posting two comments. Could you please explain what is the difference between your project and this: https://github.com/CompuIves/codesandbox-client And this is the online editor: https://codesandbox.io/s/new

From the start, our goal was to port VS Code, NPM, and Webpack loaders to run entirely in your browser and still work offline. With StackBlitz, the browser is installing, bundling, and serving everything — our servers don’t do any of that.

While CodeSandbox is a nice playground for React apps specifically, we have never intended (nor have any aspiration) to compete in the online playground space. We’re attempting to build the first fully in-browser IDE.

Re: Stackblitz – Online VS Code Editor for Angular and React

#54

Very nice! good job. Looks really similar to https://github.com/CompuIves/codesandbox-client though. And this is the online editor: https://codesandbox.io/s/new

We started StackBlitz long before CodeSandbox was released: https://medium.com/@ericsimons/our-goal-was-to-port-vs-code-...

Re: Stackblitz – Online VS Code Editor for Angular and React

#55

Earlier quoted context omitted.

I think our announcement posts covers this well: https://medium.com/@ericsimons/stackblitz-online-vs-code-ide... tl;dr — we're trying to create the first fully in-browser IDE , not a playground :)

The first? c9.io has been around for ages, right.

When I say in browser I mean that the browser itself is compiling, bundling, hot reloading, & serving the app — it's not using any resources on a VM somewhere in the cloud.

Re: Stackblitz – Online VS Code Editor for Angular and React

#56

Earlier quoted context omitted.

Sorry for posting two comments. Could you please explain what is the difference between your project and this: https://github.com/CompuIves/codesandbox-client And this is the online editor: https://codesandbox.io/s/new

From the start, our goal was to port VS Code, NPM, and Webpack loaders to run entirely in your browser and still work offline. With StackBlitz, the browser is installing, bundling, and serving everything — our servers don’t do any of that. While CodeSandbox is a nice playground for React apps specifically, we have never intended (nor have any aspiration) to compete in the online playground space. We’re attempting to…

Right. Well, from what I can see, even the elements on the page and the offline editor works exactly same as your project. Almost everything, even the `npm install` thing is the same.

All in all, what you have done is great and absolutely useful for quick tests.

Re: Stackblitz – Online VS Code Editor for Angular and React

#58

Earlier quoted context omitted.

From the start, our goal was to port VS Code, NPM, and Webpack loaders to run entirely in your browser and still work offline. With StackBlitz, the browser is installing, bundling, and serving everything — our servers don’t do any of that. While CodeSandbox is a nice playground for React apps specifically, we have never intended (nor have any aspiration) to compete in the online playground space. We’re attempting to…

Right. Well, from what I can see, even the elements on the page and the offline editor works exactly same as your project. Almost everything, even the `npm install` thing is the same. All in all, what you have done is great and absolutely useful for quick tests.

...CodeSandbox has no offline support whatsoever.

It sounds like your motivation is to promote an unrelated product in this HN thread, and that's super lame :(

Re: Stackblitz – Online VS Code Editor for Angular and React

#60

Earlier quoted context omitted.

Right. Well, from what I can see, even the elements on the page and the offline editor works exactly same as your project. Almost everything, even the `npm install` thing is the same. All in all, what you have done is great and absolutely useful for quick tests.

...CodeSandbox has no offline support whatsoever. It sounds like your motivation is to promote an unrelated product in this HN thread, and that's super lame :(

I think they simply didn't understand the distinction that one runs js bins (npm install, webpack build) on a server, and the other in the browser.

They also might not understand why it matters.

Post reply on HN