dsmurl
Explore posts from serversTyping a shared TRPC provider for testing
Here is a repo that it shows up in. I can't beleive this is still a problem. https://github.com/dsmurl/an-express-next
10 replies
TTCTheo's Typesafe Cult
•Created by dsmurl on 2/27/2025 in #questions
nextjs and express, dev but no build?
Why would the dev server work but not the build in a monorepo like this?
3 replies
Best Monorepo Pattern for Sharing tRPC Logic Across Apps
I'm looking for a decent nextjs/trpc setup as well. But I am getting stuck on building next. it can't find the trpc context or something. here is my current project. https://github.com/dsmurl/an-express-next
7 replies
Why does effect re-fire? How to use createStore values in effect correctly?
I'm working with a company that is going to do some pilot projects in Solid as an addition to their current React work. So thanks for the help. I'll continue with my soildJs class now. Thanks for the time.
82 replies
Why does effect re-fire? How to use createStore values in effect correctly?
ok cool, so long story short, the root object like person in this case is just kind of different that the sub peices and needs to be understood. That's why it, specifically, has a different behaviour for console.log. And if I want to print the root value of a store like the whole person, then I need to untrack that console.log during debugging?
82 replies
Why does effect re-fire? How to use createStore values in effect correctly?
so I guess the root of the question is, if I use an effect with console.log(person), that registeres the proxy object and when people change something like person.name.first, that effect with be re-fired even though person.name.first isn't referenced in the effect?
82 replies