Skip to content

Releases: nberlette/phlareact

v0.4.0

01 Oct 20:58
v0.4.0
8bbc82a
Compare
Choose a tag to compare

8bbc82a fixes two bugs which prevented deployment with wrangler:

  • main branch renamed to master
  • .github/workflows/codeql-analysis.yml removed

Have fun!

v0.3.1

28 Aug 09:09
v0.3.1
57e2d0c
Compare
Choose a tag to compare

Fixed some typos in flareact.config.js that prevent webpack from initializing.

Please do not use v0.3.0, due to aforementioned errors.

Phlareact v0.3.0

28 Aug 07:14
v0.3.0
1a50496
Compare
Choose a tag to compare

Phlareact v0.3.0: Preact + Flareact

Basic boilerplate template for Cloudflare's Flareact, with Preact in place of React, and eslint 😀

Deploy to Cloudflare Workers


  • Added flareact.config.js file with resolutions for webpack module aliases (react: preact/compat)
  • Updated pages/index.js to reflect that we're running Preact on the Edge
  • Cleaned up package.json

Enjoy!

Phlareact v0.2.0

15 Aug 23:35
v0.2.0
f779118
Compare
Choose a tag to compare

Phlareact: Preact + Flareact

Basic boilerplate template for Cloudflare's Flareact, with Preact in place of React, and eslint 😀

Deploy to Cloudflare Workers