1.0.13 • Published 3 years ago

@c-jsbook/local-client v1.0.13

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Cumulative JS Notebook

In-Browser Bundling and Live Preview of Code

Takes your code from a Monaco Code Editor, bundles it with esbuild, and shows the result in a sandboxed iframe. You can import npm modules directly from the internet, with no need for installation. React/JSX works out of the box. A built-in show() function that show your code directly executed in the preview window, with no need to go the console. Code executed in previous cells is available for use in the cells after it, hence the name Cumulative!

Markdown Editor/Preview for Notes

Fully fledged Markdown editor for notes.

Bootstrapped With

This project was bootstrapped with Create React App.