Skip to content

jaccomeijer/render-jsx-plugin-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

render-jsx-plugin-poc

Proof of concept for Esbuild Render JSX Plugin. As described in this blog post.

Requirements

This project requires a shell like bash or zsh.

Start demo

Make sure to run

npm install

Then start the live reloading web server with

npm run dev

Esbuild bundles all mdx pages in src/pages and the render-jsx-plugin will render each bundle to html.

MDX file changes automatically update the HTML. A browser refresh does a full rebuild, this can be useful when working with resources like css.

Related repositories

About

Proof of concept for render jsx plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published