fable-compiler / Feliz.JSX

Feliz API for JSX compilation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feliz.JSX

Use a Feliz-like HTML API to compile your F#/Fable code to JSX for React or Solid apps.

Note: JSX elements need to be solved at compile time so it's not possible to use list generators for attributes.

To test the sample React app run npm install && npm start.

When updating a package, edit the RELEASE_NOTES.md of the corresponding project and run dotnet fsi build.fsx publish to publish a new version.

Note: Requires Fable 4 (in beta at the time of writing)

About

Feliz API for JSX compilation

License:MIT License


Languages

Language:F# 99.9%Language:HTML 0.1%Language:JavaScript 0.0%