Bluejay 0.4.0
Career
What's New in Bluejay 0.4.0?
Install
$ bun add https://github.com/apacheli/bluejay
Additions and Bug Fixes
- We added
remark-gemojito better align with the GitHub experience. - Fixed a highlighting sub language implementation error.
preactandpreact-render-to-stringare preloaded which should amount to ~15% faster build times.
WebSocket Watcher
You can now see your changes occur in real time by enabling Bun's --hot mode and adding the following to your document's body:
1
2
3
4
5
6
7
8
9
10
11
12
import { BLUEJAY_DEV } from "bluejay";
const myPage = (
<html>
<head>
<title>Hello, World!</title>
</head>
<body>
<BLUEJAY_DEV />
</body>
</html>
);<BLUEJAY_DEV /> will be ignored if Bun.env.BUILD_MODE === "build".
Contributors
We love contributions! Check out our GitHub for more details.