StackBlitz July 2021 Update

Here we are, another 85 pull requests later! What does this number mean to the StackBlitz community? In our previous update here’s what we expected to ship in July:

  • Full Node.js ESM support in WebContainer
  • Enabling non-JS tools like esbuild and their consumers (i.e. vite, snowpack, etc) to run natively in WebContainer
  • Adding a new batch of officially supported starter projects to our homepage/dashboard
  • Editor DX improvements

How well did we do? Let’s go over the list of the new features, fixes and improvements introduced in July!

Updates to StackBlitz platform in July 2021

Major technology and DX improvements 🚀

  • ES Modules support in alpha!

    ESM is a staple of modern JavaScript and one of our most requested features since launching WebContainers. We are incredibly happy to now support them in WebContainers natively. Being able to import and export within your Node.js code with no transpilation is certainly the most direct implication, but what it also opens is the possibility to support tons of modern JavaScript tooling. We still have a few kinks to work out, but we are really excited about this!

StackBlitz supports ES Modules in Node.js now (alpha)!

  • Support for esbuild-based toolchains now in alpha

    Vite, Snowpack and others that depend on esbuild for compilation are now available on StackBlitz today in alpha. There are some kinks we’re still working out, so please provide us feedback if/when you run into something!

  • Introducing title-based projects

    Until last month the only significant identifier of your StackBlitz project was the slug (the last segment of the project URL’s path, e.g. stackblitz.com/edit/**value-as-number-demo**). But with the millions of projects being created on StackBlitz.com it was increasingly difficult to find a unique – and meaningful – name for the new projects.

    By introducing titles, we are making slugs into an implementation detail, and now you can give your project a human-friendly title, without having to ensure its uniqueness, and with a more expressive character set (yay, emojis!❤️).

Title-based project in StackBlitz

  • Added: go-to definition

    It’s now easier to navigate through your codebase and libraries. Press [ctrl] (or [⌘] on MacOS) and click a symbol – a class, function, or a variable – to open the file where it is defined, focused on the relevant line.

Go-to-definition in StackBlitz

  • Added the time command

    WebContainers are fast. And now you can easily different commands you run in the Terminal by prefixing them with the time command.

"time" command in the Terminal

  • Additional tools support now in alpha

    With the ESM working, you can now start playing with esbuild and Vite! Test it out here, and let us know how it works for you!

Various fixes and enhancements

  • Improved auto-import
  • Added support for mdx files
  • Added the support for JSONC and defined the schemas for workspace/user settings and snippets
  • Enabled configuring global fetch
  • Enabled the usage of pseudo protocols (e.g. relative://)
  • Introduced a new GitHub issue template
  • Improved error messages for http
  • Implemented hmac and pbkdf2 in WebContainer
  • Fixed: intellisense for tsx and jsx files
  • Fixed: “clear terminal” shortcut on macOS
  • Fixed: entrypoint logic (index.html/tsx/js/jsx files location) for create-react-app starter
  • Fixed: escape spaces in autocompleted file paths in terminal
  • Fixed: set correct address when binding an IPv4 address (issue)
  • Fixed: .stackblitzrc showing the schema properties
  • Fixed: show errors for comments placed in JSON files that don’t allow comments, like package.json
  • Fixed: flushing tty in raw mode (improves support of e.g. up/down keys in some CLI tools)

Acknowledgements

Phew! So many updates! As always – that’s all thanks to our engineering team being so incredible. A special thanks go to Adam Clarke, Sam Verschueren, Kwinten Pisman, Florens Verschelde, Garrison Snelling, Dominic Elm, Devon Wolfe, and Roberto Vidal!

What’s coming next?

Next month we’re continuing to relentlessly focus on:

  • Stabilizing the core WebContainer runtime
  • Rapidly improving the end-to-end developer experience

As we’ve mentioned before, having ES Modules support opens many, many possibilities! In the following weeks one of our main goals will be following these opportunities in order to provide great support for the new communities interested in adopting WebContainers in their docs, tutorials and examples!

To help accomplish these objectives, here are some of the big things we expect to ship in our August 2021 Update:

  • Stabilize ESM and esbuild support
  • Adding new starter projects & enhanced ways of exploring them
  • New tools to help open source projects adopt, link & embed StackBlitz projects
  • Editor DX improvements
  • And more!

We’re also happy to share that we’re on track to ship the fully featured StackBlitz v2 by EOY and we’ll have more info to share on this front within the next update or two. (And maybe some sneak peeks between now and then on Twitter :).

Stay tuned & come join the fun in our Discord!

Tomek Sułkowski
Founding Engineer & DevRel at StackBlitz. Let's talk about docs, live examples, teaching, and experimenting in browsers!
Explore more from StackBlitz

Subscribe to StackBlitz Updates

A newsletter from StackBlitz covering engineering achievements, product features, and updates from the community.

Using StackBlitz at work?

Create in-browser preview apps for every issue or pull request, share private templates with your org, manage your design system with zero overhead, and more.

Try StackBlitz Teams