Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
Chris Zhu
@czhu12
Spent friday night learning Remix, and ended up with reframe.canine.sh Basically Retool for your own life. See the one i made for myself at reframe.canine.sh/czhu12 Mostly happy with it, I set it as my default new tab link, and it's a good way to kickstart my brain.
1 reply
4 recasts
19 reactions
jtgi
@jtgi
current takes on remix?
2 replies
0 recast
3 reactions
Chris Zhu
@czhu12
`const data = useLoaderData<typeof loader>()` is pretty magical. Not having 10 lines of useState to start every component is awesome All web frameworks are kinda moving in this direction. Rails has turbo frames which is pretty similar.
2 replies
0 recast
7 reactions
conca 🎩💻
@0xconca.eth
Looks cool but to be fair it’s solving a problem that only React has 😅 I shift away from React every chance I get in my projects, working with Vue and Svelte really makes you grasp how verbose and unorganized React is! Don’t like it one bit 🙅♂️
1 reply
0 recast
0 reaction
jtgi
@jtgi
Nah, the root problem is client side fetching and neither svelte and vue alone meaningful make that easier. Vue is worse I’d argue cause they have undocumented rules for when you can call async functions when components load. (tbh, I worked for 2 years in vue and found it more unorganized with options vs composition api and 3rd party libs choosing one vs the other)
1 reply
0 recast
0 reaction