Pages Framework (Simil Next.js) #342
josead
started this conversation in
Show and tell
Replies: 1 comment
-
Give it a try!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there!
I've been testing FastHTML as a React and Node.js developer, and it's great.
I couldn't help myself but wonder how easy would be to add tailwind, and made an example:
https://github.com/josead/fasthtml-tailwind
After that, next thing I wanted to try was to build a framework similar to what Next.js offers to JS.
After one night and a half, I came up with a simple approach:
https://github.com/josead/fasthtml-extn
Basically allowing you to have this type of routes made by folders and file names:
You can see how it works in the repo and I want to publish a lib myself to give this functionality to everyone interested.
Also would be great to have some feedback from your end, I love to work on UI and AI now with the latests on LLM, will share my findings and cool projects soon.
Thanks for making python awesomer!
Regards,
Jose
Beta Was this translation helpful? Give feedback.
All reactions