natewong1313 / go-react-ssr

Build full-stack web apps with Go & React. End to end type-safety and lightning fast ⚡️
MIT License
107 stars 8 forks source link

Replace json encoder: encoding/json -> github.com/goccy/go-json #18

Open epikoder opened 5 months ago

epikoder commented 5 months ago

The default encoding/json package is too slow, the response time on web and engine.RenderRoute execution is about 2.x faster using goccy/go-json

Flo4604 commented 4 months ago

@natewong1313 Hi, is there any chances this will be merged?