Skip to content

Commit c573842

Browse files
authored
Remove the stale Supported Frameworks info (#469)
1 parent fca41a6 commit c573842

File tree

2 files changed

+12
-33
lines changed

2 files changed

+12
-33
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ As with many new technologies, there are inherent technical limitations of what'
5959

6060
WebContainers are designed to be secure by default and run within the browser's security sandbox without any extensions or services needed to run. WebContainers are subject to the same cross-origin security constraints as any ordinary JavaScript code in the browser. Many development environments are run in environments with an excess amount of privilege, giving third party dependencies complete access over the operating system. By containing runtime environments within a browser context, we get an additional layer of security and process isolation when compared to running code locally on an operating system.
6161

62-
# Upcoming Support
63-
64-
During the beta, compatibility efforts will be focused on Next.js development, with additional environments soon to come. Check this repository regularly to see the latest updates and plans for WebContainer.
65-
66-
See [Supported Frameworks](Supported_frameworks.md) for details.
67-
6862
# FAQs
6963

7064
- Is there a developer API?
@@ -108,7 +102,18 @@ The core working group communicates on our Discord and you can get an invite [he
108102
While many binaries are now available as WASMs, many still need to be converted over. These also tie into the webcontainer-registry for seamlessly swapping out legacy binaries with their corresponding WebAssembly counterparts during installs.
109103

110104
## Test compatibility of new toolchains
111-
It's important for us to identify toolchains that are currently broken so our team can investigate & release runtime compatiblity improvements. Follow our [supported frameworks guide](https://github.com/stackblitz/webcontainer-core/blob/main/Supported_frameworks.md) to help test new frameworks and provide feedback.
105+
It's important for us to identify toolchains that are currently broken so our team can investigate & release runtime compatiblity improvements. If you wan to help test new frameworks and provide feedback:
106+
107+
1. Go to <a href="https://stackblitz.com/fork/node" target="_blank">our node starter</a>
108+
2. Add a dependency to the framework you wanna try out by using `npm i ${framework}`
109+
3. Add the necessary files to the stackblitz example.
110+
4. See if it works!
111+
112+
If it works, great! Feel free to contact us on [Discord](https://discord.gg/stackblitz) or [Twitter](https://twitter.com/stackblitz) and let us know!
113+
114+
If it doesn't work, you can file an issue by clicking the button in the editor or by creating an issue on this repo and we will try and figure out what went wrong.
115+
116+
In both cases: Thanks for helping us!
112117

113118
## Enable live environments for open source projects
114119

Supported_frameworks.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)