Many thanks to Tom Pollak, Claudette (the great friend of @AnthropicAI Claude) now supports @pydantic too, thanks to this new plugin!
@jeremyphoward
-
Using Claude Projects with FastHTML for Advanced Applications
By
–
Yes, if you use Claude projects and add examples/adv_app.py from the fasthtml repo to the project.
-
Update html2fx fastcore with alternative syntax option
By
–
Good first issue for someone: update html2fx in fastcore with an option to generate this alternative syntax.
-
FastHTML deployment script Railway CLI version check update
By
–
Good first issue for someone: update the fasthtml deployment script to check you've got a recent version of Railway CLI. (Both the errors here due to an old version.)
-
FastHTML Now Available on Conda-Forge Package Manager
By
–
I'm told that FastHTML is now up on conda-forge. That was fast! You should be able to install it via `conda install -c conda-forge python-fasthtml`.
-

FastTag Functions as Partial Application in AI Development
By
–
Did you know that FastTag functions are just partials that pass in the tag name as the first element of the list?
-

FastTag is a Simple 3-Element List Structure
By
–
Did you know that a FastTag is just a 3-element list?
-
ES6 String Templates and JSX Evolution in Functional Components
By
–
I do wonder if es6 string templates existed at the time of jsx whether that would have been used with functional components instead. I suspect that it would.
-

Element Functions as Partials Over Data Structures
By
–
The element functions are then just partials over that data structure
-

FastTag and Hyperscript: Three Element List Base Architecture
By
–
FastTag uses the same base as that hyperscript thing btw — it's literally just a 3 element list