react-run-code
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

React Run Code

Usage

This component builds itself. You can render an empty editor like this:

import React from "react";
import Editor from "react-run-code";
 
function App() {
  return <Editor id="10" modelsInfo={[]} />;
}
 
export default App;

Then you can make new tabs and start filling in your code. Clicking on the green <> button copies the generated modelsInfo prop to your clipboard.

You can now go into your source code and paste [{"value":"console.log(\"make a new file\")","filename":"new.ts","language":"typescript"}] in place of [] in the prop modelsInfo={[]}.

Experimental

You can do import and export statements, but they just concatenate files on the basis of a topological sort. Open a file 0.ts if you want to see what is going on, that file is the one that gets transpiled to JavaScript and executed by your browser. The files are shared across the webpage. Here is an example of us importing "file1.ts" from "file2.ts" but getting an error because there is no real bundler.

Readme

Keywords

none

Package Sidebar

Install

npm i react-run-code

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

775 kB

Total Files

84

Last publish

Collaborators

  • matthewcaseres2