squint

dangercoder 2024-10-08T20:19:14.941039Z

I was interested in trying out Squint+NextJS+Clerk(auth) since I'm using this combo but with Typescript for a side project. It was very easy/smooth. The interop is 10/10. Auth was added in 5 minutes 😄 https://github.com/Dangercoder/squint-nextjs

9
dangercoder 2024-10-08T20:20:30.457139Z

https://v0.dev/ generated the UI components for me

borkdude 2024-10-08T20:31:22.617769Z

@jarvinenemil you can also use npx squint watch instead of using the bb watcher

borkdude 2024-10-08T20:31:28.739269Z

and npx squint compile to re-compile all files

borkdude 2024-10-08T20:31:35.331769Z

this simplifies the setup a bit

borkdude 2024-10-08T20:31:52.812949Z

I should update existing examples to do this. if you see any old examples using this old approach, let me know

👍 1