Content pfp
Content
@
https://warpcast.com/~/channel/modbot
0 reply
0 recast
0 reaction

Haole pfp
Haole
@haole
Sharing some thoughts on why I'm working on ModBot, a forked version of @automod. Mainly two reasons: - Learn Remix: I'm tired of Next.js, and @jtgi shared some Remix experience with me before he open-sourced Automod. Then Automod becomes a great opportunity for me to dive into Remix. - Convert Recaster into a channel-focused or OnlyFans-like client: it needs gated channels, casts, lists, and bookmark folders, all require a rule engine. ModBot is the perfect match for this. As Channel V2 is coming, Farcaster community has already built many channel tools. You can try them all and choose the one that suits you best. I'll keep ModBot free for as long as possible. If I start charging, it's because the costs have become too high. You can always deploy your own version or switch to other tools, ModBot should never become a single point of failure.
9 replies
9 recasts
28 reactions

Andrei O. pfp
Andrei O.
@andrei0x309
Remix will not live for long though, it will be merged with react router at version 7 in a few months, you'll be mostly able to keep all the code with minor differences with RR7. Also remix is a good choice if you're forced to use react, because it has SPA only mode. Still svelte kit works much better for client/code separation and the router in SvelteKit is much more advanced than in Remix, for advanced cases you basically need to make your own router with RR. And if it's SPA, router is 90/100 of the underlaying code of the framework.
2 replies
0 recast
0 reaction

jtgi pfp
jtgi
@jtgi
Yep, but to be clear to anyone reading, Remix and React Router are built by the same team. The remix packages are going away because it already is mostly exporting everything from React Router. Everything will be continued to be developed just as before but the upside is there is a clean upgrade path for folks react router, which includes swaths of people on create react app. Good talk from Ryan Florence here: https://youtu.be/ZcwA0xt8FlQ?t=316&feature=shared
0 reply
0 recast
3 reactions

Haole pfp
Haole
@haole
Thanks for sharing this. Good to know.. Have you tried tanstack router? It mixed the Next and Remix, and I love react query, it should be next try..
1 reply
0 recast
1 reaction