Stackblitz – Online VS Code Editor for Angular and React
51–60 of 75 posts
Re: Stackblitz – Online VS Code Editor for Angular and React
#52Re: Stackblitz – Online VS Code Editor for Angular and React
#53Creator 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
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
#54Very 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
Re: Stackblitz – Online VS Code Editor for Angular and React
#55Earlier 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.
Re: Stackblitz – Online VS Code Editor for Angular and React
#56Earlier 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…
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
#57Re: Stackblitz – Online VS Code Editor for Angular and React
#58Earlier 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.
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
#59The performance here was quite good! I'm impressed.
Re: Stackblitz – Online VS Code Editor for Angular and React
#60Earlier 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 :(
They also might not understand why it matters.