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 node with quickjs #16

Closed natewong1313 closed 7 months ago

natewong1313 commented 7 months ago

One major roadblock in the way of achieving optimal performance is relying on calling node to server render the javascript. This pr removes node as a dependency in the render process as well as installing the tailwind executable locally instead of using npx.