Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

Steve pfp
Steve
@stevedylandev.eth
Lowkey thinking about doing a write up on this whole escapade. It’s so absurd I think more people need to be aware how deep Next.js goes. I need to retest the scenario on v15 instead of v14 which a client was using and took us days to debug.
4 replies
0 recast
8 reactions

Harris pfp
Harris
@harris-
I started the mini app I just published a few days ago being like oh I should look into what all the cool kids are doing for routing and whatever else and it ended up just being boilerplate hell of some router bs ssr requiring like 50 LOC just to make the embed frame json object work if I didn't want to hardcode it in the index.html I very very nearly swapped straight to a single page sveltekit project but just went to the official create mini app one. The complexity these days is crazy
2 replies
0 recast
3 reactions

Steve pfp
Steve
@stevedylandev.eth
It's ROUGH. Definitely one of the things @polluterofminds and I are fighting with Orbiter, e.g. Andromeda.build Personally love using simple Vite + React for mini apps. Check out the barebones template here: https://github.com/orbiterhost/orbiter-templates/tree/main/templates/mini-apps/react
1 reply
0 recast
2 reactions

Harris pfp
Harris
@harris-
I should make a sveltekit static template. It's like 3 files and some inline to get wagmi connector running which was so simple. Actually the easy-agent codebase uses it but butchers the hell out of all the persistent state and everything (I had no idea what I was doing with svelte) This is the gist of it: https://github.com/0x330a-public/easy-agent/blob/master/src%2Froutes%2F%2Bpage.svelte
1 reply
0 recast
1 reaction