Releases: aralroca/prerender-macro
Releases · aralroca/prerender-macro
0.1.1
0.1.0
Version 0.1.0 Release Notes
Features:
- Prerender Macro Plugin: Introducing
prerender-macro
plugin for Bun, enabling the prerendering of JSX components using macros. - Hybrid Page Support: Allows creating hybrid pages with both dynamic and static components for improved performance.
- Framework Agnostic: Compatible with various JSX frameworks.
- Customizable Configuration: Supports configuration for rendering and post-rendering actions.
- Examples: Provided configuration examples for Brisa, React, and Preact frameworks.
How to Get Started:
To start using prerender-macro
:
- Install the package using
bun install prerender-macro
. - Configure the
prerenderConfig
object in your project, specifying the rendering and post-rendering functions. - Integrate the plugin in your Bun build process.
- Enjoy the benefits of prerendering static components for improved performance.
For detailed usage instructions and examples, refer to the updated README.
Contributing:
Contributions are welcome! Check out the Contributing Guide for instructions on how to contribute to the project.
License:
This project is licensed under the MIT License.
For more details, refer to the LICENSE file in the repository.
Full Changelog: https://github.com/aralroca/prerender-macro/commits/0.1.0