tscircuit / snippets

https://snippets.tscircuit.com
MIT License
3 stars 15 forks source link

Implemented Fork on ViewSnippetHeader #125

Closed ni9999 closed 20 hours ago

ni9999 commented 1 day ago

Fixes #112

vercel[bot] commented 1 day ago

@ni9999 is attempting to deploy a commit to the tscircuit Team on Vercel.

A member of the Team first needs to authorize it.

ni9999 commented 20 hours ago

Thanks @seveibar . Btw understanding the codebase was a challenging task for me. Lots of components, hooks, routes.

seveibar commented 20 hours ago

@ni9999 it can be quite tricky, glad you were able to figure it out. Do you see any areas where it could be improved?

ni9999 commented 20 hours ago

@seveibar Not much. Also I have little idea as being relatively new in frontend. I thought about reducing hooks and components by defining some function of these directly in the components and pages. ie reducing the numbers of files. But it will decrease reusability.

Also make some documentation of snippet-api usage