Paradinio
Derrived Signal With A Ressource
Okey, but to take it further:
In this case, I´m loosing my Setter-Function for the userInitials (Just as an example, I know, I don´t really need a stter for user-initials).
What, if I want to initialize a Signal with the user() as soon it is not null anymore, but then set the new Signal independently again? Let´s say f.e. for a controlled inputField?
7 replies
How to implement a simple search-button?
https://playground.solidjs.com/anonymous/90b60f43-578a-4b6b-8d45-60f9048b4582
That´s what I´ve got so far.
6 replies
How to implement a simple search-button?
Thanks for the fast reply!
So I need to add a trigger-signal, which is false by default and set it to true onClick?
When the user now changes something again, due to the trueish trigger-signal we would have an automatic refetch again.
Do I now need to set the trigger the false, if one of the inputs change?
6 replies