million
million copied to clipboard
Preset Passed Via Search Param in URL
Description:
Implement a feature that allows presets to be passed via search parameters in the URL. This will allow users to quickly load specific setups or configurations.
Acceptance Criteria:
- [ ] User can load a preset by visiting a URL with the preset specified as a search parameter.
- [ ] The playground should correctly load and apply the preset.
Is the goal to have something like ?framework=vite-react or ?framework=nextjs ?
I would like to be assigned to this if possible Thanks!
it would be cool showing the search param only if it's not the default framework, like:
show ?framework=nextjs and ?framework=remix but not ?framework=vite-react
#440