Ives van Hoorne
@ives.sh
Friends call me Flip, building CodeSandbox! 🍪🏳️🌈
Okay, so I see that in CSB 19.2 now properly resolves. I wonder if this is because of a CDN issue (where it cached that it could not resolve 19.2) or something else. I will try directly in the React docs now.
October 2, 2025 at 9:00 AM
Okay, so I see that in CSB 19.2 now properly resolves. I wonder if this is because of a CDN issue (where it cached that it could not resolve 19.2) or something else. I will try directly in the React docs now.
Walking to the office now and will take a look when I arrive!
October 2, 2025 at 8:23 AM
Walking to the office now and will take a look when I arrive!
When I test in Safari, it says "Opener, Opener Text" when selecting an item, but not the item name. Do you get something different?
February 27, 2025 at 12:29 AM
When I test in Safari, it says "Opener, Opener Text" when selecting an item, but not the item name. Do you get something different?
Wow, this is a real mystery! I'm taking a look!
The first thing that comes to mind is that for hot module reloading we inject some hooks (similar to how Webpack does it), but I don't know how that could affect this runtime performance.
The first thing that comes to mind is that for hot module reloading we inject some hooks (similar to how Webpack does it), but I don't know how that could affect this runtime performance.
February 27, 2025 at 12:29 AM
Wow, this is a real mystery! I'm taking a look!
The first thing that comes to mind is that for hot module reloading we inject some hooks (similar to how Webpack does it), but I don't know how that could affect this runtime performance.
The first thing that comes to mind is that for hot module reloading we inject some hooks (similar to how Webpack does it), but I don't know how that could affect this runtime performance.
You can find the template here: codesandbox.io/s/github/co...
February 20, 2025 at 2:00 PM
You can find the template here: codesandbox.io/s/github/co...
You can find more info about how this works in our docs: codesandbox.io/docs/sdk/po...
Ports – CodeSandbox
Learn how you can interact with ports in your sandbox.
codesandbox.io
February 19, 2025 at 4:39 PM
You can find more info about how this works in our docs: codesandbox.io/docs/sdk/po...
Under the hood, we create a Linux user for every unique session and start a rootless Podman container which the session will operate from.
This way, the session is isolated from other sessions, but you will still be able to do root operations.
Docs are here: codesandbox.io/docs/sdk/se...
This way, the session is isolated from other sessions, but you will still be able to do root operations.
Docs are here: codesandbox.io/docs/sdk/se...
Sessions – CodeSandbox
Sessions allow you to create multiple users inside a single sandbox.
codesandbox.io
January 22, 2025 at 7:46 PM
Under the hood, we create a Linux user for every unique session and start a rootless Podman container which the session will operate from.
This way, the session is isolated from other sessions, but you will still be able to do root operations.
Docs are here: codesandbox.io/docs/sdk/se...
This way, the session is isolated from other sessions, but you will still be able to do root operations.
Docs are here: codesandbox.io/docs/sdk/se...
This has been one of the top feature requests since we released the SDK and it unlocks some cool use cases:
- Collaboration: allow multiple users to connect to the same sandbox/branch and collaboratively edit files
- Anonymous previews: create r/o sessions to share files/shells with others
- Collaboration: allow multiple users to connect to the same sandbox/branch and collaboratively edit files
- Anonymous previews: create r/o sessions to share files/shells with others
January 22, 2025 at 7:46 PM
This has been one of the top feature requests since we released the SDK and it unlocks some cool use cases:
- Collaboration: allow multiple users to connect to the same sandbox/branch and collaboratively edit files
- Anonymous previews: create r/o sessions to share files/shells with others
- Collaboration: allow multiple users to connect to the same sandbox/branch and collaboratively edit files
- Anonymous previews: create r/o sessions to share files/shells with others
You can read more about the update (and give feedback!) on the CodeSandbox SDK repository:
github.com/codesandbox...
github.com/codesandbox...
December 20, 2024 at 7:09 PM
You can read more about the update (and give feedback!) on the CodeSandbox SDK repository:
github.com/codesandbox...
github.com/codesandbox...
Oh wow yeah, CodeSandbox would be perfect for this. I need to get a better understanding of DNS to see how we can make it work with different domains in a self-serve way, but I think it should be possible!
December 12, 2024 at 6:08 PM
Oh wow yeah, CodeSandbox would be perfect for this. I need to get a better understanding of DNS to see how we can make it work with different domains in a self-serve way, but I think it should be possible!
Interesting, so you would like to support for example ":id.my-domain.tld"? It's not possible today, but I think we should be able to support that. I'll create an issue for it: github.com/codesandbox/...
Allow custom preview domains · Issue #2 · codesandbox/codesandbox-sdk
Ability to use your own wildcard domain for sandbox preview URLs.
github.com
December 12, 2024 at 5:02 PM
Interesting, so you would like to support for example ":id.my-domain.tld"? It's not possible today, but I think we should be able to support that. I'll create an issue for it: github.com/codesandbox/...
Yeah, beyond my wildest imagination 😂
December 12, 2024 at 4:44 PM
Yeah, beyond my wildest imagination 😂