-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(playground): add playground #2663
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome idea Kent!
Just commented on a tiny itsy bitsy thing
This looks fantastic. I got this on my first attempt:
|
I've fixed it!
|
Confusingly the bug-report integration test failed on this one 🤔 Going to kick it off again and hopefully it fails again. Much happier with something that fails consistently than passes inconsistently 😅 EDIT: It passed... well that's unfortunate 😬 Hopefully Logan's changes to playwright magically make our tests more reliable. |
Awesome, it's working! I love the rebuild when you change both the playground app and the remix source. It's perfect. Live reload is busted though, I get this in the browser
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like we're using indie-stack
(?) as the template here.
Having it inline is nice as we don't have to download it from upstream.
On the other hand we're missing on all latest changes that are happening over there and could be useful to have here too.
Just wanted to bring it to your attention that it can cause extra maintenance work.
This isn't exactly the same as the indie stack. The express server has an important difference. |
@ryanflorence that was a bug in remix. This has been fixed. I updated this branch with dev and it should be ready to go. |
Co-authored-by: Michaël De Boey <[email protected]>
1393fcc
to
17fac4d
Compare
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
Closes: https://linear.app/remix-run/issue/REM-959/work-on-remix-repo-playground
- [ ] TestsCheck the updates to Contributing.md for details