Paradinio
Paradinio
SSolidJS
Created by Paradinio on 2/3/2025 in #support
Derrived Signal With A Ressource
Very interesting!, what Ryan writes in his blog post! That createWritableMemo will save me a lot of uneccessary unpredicatable code i think. Thank you sir!
7 replies
SSolidJS
Created by Paradinio on 2/3/2025 in #support
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
SSolidJS
Created by Paradinio on 2/3/2025 in #support
Derrived Signal With A Ressource
Thanks a lot for your great responses! That´s definitly what I was searching for. 🙂
7 replies
SSolidJS
Created by Paradinio on 10/10/2024 in #support
How to implement a simple search-button?
Thanks for your advices. I think I made it work, even if it still feels a little hackey...
6 replies
SSolidJS
Created by Paradinio on 10/10/2024 in #support
How to implement a simple search-button?
6 replies
SSolidJS
Created by Paradinio on 10/10/2024 in #support
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