惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
AI
AI
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
U
Unit 42
Vercel News
Vercel News
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
WordPress大学
WordPress大学
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
F
Full Disclosure
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Help Net Security
Recorded Future
Recorded Future
N
News and Events Feed by Topic
雷峰网
雷峰网
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
aimingoo的专栏
aimingoo的专栏
S
Schneier on Security
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
O
OpenAI News
Project Zero
Project Zero
罗磊的独立博客
G
GRAHAM CLULEY
腾讯CDC
P
Privacy International News Feed
V
V2EX
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Hugging Face - Blog
Hugging Face - Blog
爱范儿
爱范儿
H
Heimdal Security Blog
L
LINUX DO - 热门话题
Forbes - Security
Forbes - Security
美团技术团队
MongoDB | Blog
MongoDB | Blog
Security Latest
Security Latest
M
MIT News - Artificial intelligence
T
Tor Project blog
Cisco Talos Blog
Cisco Talos Blog
宝玉的分享
宝玉的分享
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog

StackBlitz Blog

Cloudflare is now backing pkg.pr.new’s data infrastructure! Bolt 100K Open Source Fund ViteConf 2024 was a blast Unbundling the JavaScript ecosystem StackBlitz is joining the Open Source Pledge Announcing TutorialKit: Interactive tutorials in the browser Get ready for ViteConf 2024 Announcing pkg.pr.new StackBlitz welcomes Ari Perkkiö, core team member of Vitest Catch us at Figma Config WebContainers and the future of web dev (interview with Jòan Varvenne) Open Source at StackBlitz Avoiding CORS issues with this one simple trick How to document design system components What is Vite (and why is it so popular)? Improving the developer experience of enterprise design systems Flow state: Why fragmented thinking is worse than any interruption What is Storybook? An Overview for Developers The Self-Rendering Eval Shirt Starters Upgrade: WebContainers and Vite Putting the Dev in Figma’s Dev Mode Announcing StackBlitz Self-hosted Building Together in Illinois 5 lessons design systems teams can learn from open-source maintainers Announcing Native Language Support in WebContainers Introducing StackBlitz Teams ViteConf is back! Bringing Sharp to WebAssembly and WebContainers npm, yarn and pnpm are now supported natively in WebContainers The Atomic Waltz: Unraveling WebAssembly Issues in V8 and SpiderMonkey WebContainers now run on Safari, iOS, and iPadOS Now I am become the Destroyer of Threads WebContainer API is here. StackBlitz September 2022 Update StackBlitz August 2022 Update StackBlitz July 2022 Update Introducing: Collections and Social Previews! Down the caching-hole: adventures in Announcing ViteConf StackBlitz June 2022 Update The Fox and the Bolt: Bringing WebContainers to Firefox WebContainers are now supported in Firefox on desktop and Android StackBlitz April 2022 Update Cloudflare and StackBlitz partner to bring Cloudflare Workers to your browser Powering over 2M developers a month, StackBlitz has raised $7.9M StackBlitz March 2022 Update Announcement: WebContainers are out of beta in Chromium StackBlitz has joined the Bytecode Alliance StackBlitz February 2022 Update Bringing WebContainers to all Browsers: a call to action for COEP Credentialless Cross-Browser support with Cross-Origin isolation StackBlitz welcomes Patak, core maintainer of Vite Chasing Memory Bugs through V8 and WebAssembly Remix v1 has landed, and it runs on WebContainers SvelteKit is now fully supported in WebContainers We Shopify partners with StackBlitz to bring Hydrogen development in-browser StackBlitz September 2021 Update Introducing Vite.new Templates! Announcing WebContainers Astro support! 🛰 Introducing: SQLite3 support in WebContainers! 🧪 StackBlitz July 2021 Update StackBlitz June 2021 Update Introducing WebContainers: Run Node.js natively in your browser Interactive Docs: The new norm for Remote Work
StackBlitz May 2022 Update
Sylwia Vargas · 2022-06-03 · via StackBlitz Blog

May has brought us a lot of opportunities to make our community happy: from hosting sessions at Write the Docs conference to finding plenty of StackBlitz specimens in the wild, we feel pampered basking in the warmth of our community!

Today we are bringing you:

  • StackBlitz in the wild: news from our community
  • DX & Compatibility improvements: the change log
  • Dispatch from Write the Docs conference

Meanwhile, we are getting ready for a big announcement 👀

StackBlitz in the wild

  • What a joy to see StackBlitz used in this Astro video!
  • Anthony Gore wrote a really good walkthrough on building beautiful tutorials in your API docs featuring StackBlitz — an inspiring read!
  • Speaking of improving docs quality, Ionic is releasing a Component Playground! You will now be able to preview and play with a component, choose a language or framework (JavaScript, TypeScript, or Angular among others), and then explore it in StackBlitz. Totally worth a peek even if you haven’t used Ionic yet 👀
  • Here’s a treat for the WebAssembly aficionados: Nat Moore’s talk about WebAssembly in the JavaScript Ecosystem with a little shout-out to StackBlitz!
  • We were so delighted to see that the Amazon Style Dictionary maintainers use StackBlitz projects to answer questions on their GitHub issues — why only describe a solution if you can provide an example to go with it? We love it!
  • While casually checking the NestJS page, we noticed StackBlitz as a default playground there! How lovely!

DX & compatibility improvements

As we’re working on new tools, we are finishing the month with a whole plethora of improvements:

  • New starter projects:
    • Added SolidJS to starter projects! Solid is an up-and-coming frontend framework with state-of-the-art speed and DX.
  • WebContainers project configuration:
    • Added support for a new compileTrigger option in .stackblitzrc, which can be used to control when changes made in the editor gets synced to the WebContainers filesystem. (Read more on configuring projects for WebContainers.)
  • Bug fixes and improvements:
    • Fixed a bug that would reset the WebContainers runtime when hiding the Terminal.
    • On small screens (e.g. tablets and phones), we added a menu to the main editor toolbar to let users navigate to the dashboard, go to their profile or log out. Previously this menu was only visible on larger screens.
    • Fixed EngineBlock issues with SASS import resolution when the imported package uses module style exports to expose the sass entry points.
    • Fixed an issue with the file renaming text input where it wasn’t possible to select parts of the file name using the mouse or trackpad.
    • Updated the sidebar’s open ports count to be more visually pleasing and less distracting.
    • Fixed an issue where text/plain HTTP responses rendered in a project’s preview window would appear with white text on top of a white background in Chrome, when the operating system theme is set to “Dark mode”. That was a nasty one – and inspired a dedicated write-up by our amazing engineer, Florens Verschelde
    • Added syntax highlighting for JavaScript files with the .cjs extension.
    • WebContainers Terminal: fixed opening files from outside the project directory when using the code and open commands.
    • When editing or exploring a project in the editor, we now update the URL parameters to reflect all currently open files. As a result:
      • when you share a project URL, people following this link will see the same files that you had open;
      • when reloading the page, we reopen the same files that you had open.
  • Browser compatibility improvements:
    • Fixed a bug that was crashing the StackBlitz editor when embedded in an iframe in browsers that restrict access to localStorage and IndexedDB in cross-origin iframes (Brave by default, Chrome with some settings).
    • Fixed a bug that was crashing the StackBlitz editor in Firefox in private windows.

Write the Docs Conference

We truly had a blast at the Write the Docs Conference where we got to talk to documentarians, DocOps folks, and doc engineers about their hopes and dreams for better workflows, and their pet peeves. It really is a lovely community so if you are interested in docs, consider joining their slack or submitting a talk proposal for the September edition!

The top three topics we discussed were:

A big thank you to everyone who visited our booth or joined our sessions!

What’s next?

We are so excited for what the nearest future will bring — we are cooking something really special for you! In the meantime, stay tuned on Twitter or join our Discord community.