react-live
react-live copied to clipboard
A flexible playground for live editing React components
The `LiveError` component is useful for displaying compilation errors. But the `LiveEditor` component could be even more useful if it showed inline errors. For example: ### Current UI ### Potential...
In the specific case of our documentation we are trying to paste some Components in the `LiveEditor` programmatically! The thing is that the `LiveEditor` doesn't listen for the change event,...
Hi! In my use case it would interesting to have a global scope where I can add all of my components! I'm using your library in conjunction with [react-docgen](https://github.com/reactjs/react-docgen) to...
First, thank you so much for this plugin 🙏 the flexibility and power is so nice. I was wondering it there is any way to get the current selection range...
``` code: `class MarkdownEditor extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props); ```  Yes. I'm re-creating reactjs.org website. its been a real joy so-far :)
Sucrase already supports TypeScript transforms. This PR enables it.
Rebrand stuff. Change primary color to Nearform blue. Change logos to Nearform logos. Change links to commerce.nearform.com instead of formidable.com. Update copyright.
### Description The CONTRIBUTING.md docs have references to yarn commands, but the project does not contain a yarn.lock. I assume it was migrated to pnpm from yarn and these docs...
Minimal set up following docs using Next.js 14:  It's working properly but it's displaiyng this error:  By now I can hide the warning using this:  any solution?
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....