-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Work in progress] Migrate from templates to Gomponents #103
base: main
Are you sure you want to change the base?
Conversation
Thanks! Glad to hear you like it. As I mentioned in the linked issue, I was not a fan of it at first but the headaches and limitations of Go templates kept bringing me back to it and I finally decided to give it a full try and I'm very happy that I did. I like the end result much better and I think it will improve this project substantially. It wasn't too much work once I got the hang of it and built out the re-usable components, layouts, and overall patterns (plus this HTML converter is awesome: https://gomponents.morehart.dev/). I should be able to wrap this up within a week or two, I think. If you do have any specific feedback or thoughts/opinions about gomponents, templating, frontend, etc, please share on the linked issue. |
Code is all done, I think. Just need to update the README. |
Overview
Despite all of the work done to make Go templates as easy and flexible to use as possible, they still fall quite short. This is currently an attempt to migrate the entire project off of Go templates and on to gomponents.
Discussion
#75
Remaining tasks