I use chi for one of my projects and though it was fun implementing everything myself. Having a framework would greatly reduce the length of my handler functions and the chance that I mess something up.
I had to:
manually manage sessions and jwt token
Implement message flashing
Even reading data from a form was a little too verbose for my liking
I had to: manually manage sessions and jwt token Implement message flashing
Even reading data from a form was a little too verbose for my liking