ubmit
ubmit
Explore posts from servers
SSolidJS
Created by ubmit on 4/14/2024 in #support
How to rerender children whenever a signal changes?
Thank you!
9 replies
SSolidJS
Created by ubmit on 4/14/2024 in #support
How to rerender children whenever a signal changes?
It turns out it was way simpler than that
9 replies
SSolidJS
Created by ubmit on 4/14/2024 in #support
How to rerender children whenever a signal changes?
So that's why I thought I had to do something to make it "subscribe" to the signal
9 replies
SSolidJS
Created by ubmit on 4/14/2024 in #support
How to rerender children whenever a signal changes?
I knew about that they don't re-run
9 replies
SSolidJS
Created by ubmit on 4/14/2024 in #support
How to rerender children whenever a signal changes?
Ohhhhhhh i see
9 replies
TTCTheo's Typesafe Cult
Created by ubmit on 5/15/2023 in #questions
How can I get the input field values from formData (using Next form action)
I realized my mistake 🫠 I had to set the name attribute on each input to be able to get their values from formData!
3 replies
TTCTheo's Typesafe Cult
Created by ubmit on 2/7/2023 in #questions
Not being able to render my React app
forgot to close the thread though 😬
4 replies
TTCTheo's Typesafe Cult
Created by ubmit on 2/7/2023 in #questions
Not being able to render my React app
thanks for checking! @kapobajza I ended up using esbuild instead of babel, since the problem was that I just transforming JSX into JS but not bundling it
4 replies
TTCTheo's Typesafe Cult
Created by ubmit on 9/24/2022 in #questions
How could I improve this code?
it was a challenge I've sent already so I had no way to change the structure of the objects, but I kept thinking how I could improve the code
12 replies
TTCTheo's Typesafe Cult
Created by ubmit on 9/24/2022 in #questions
How could I improve this code?
const [firstScore, secondScore] = result.split("-").map((value) => parseInt(value)); that's a nice way to parse it 👌
12 replies
TTCTheo's Typesafe Cult
Created by ubmit on 9/24/2022 in #questions
How could I improve this code?
thanks a lot for looking into it! that's definitely better! thanks 🙏
12 replies
TTCTheo's Typesafe Cult
Created by ubmit on 9/24/2022 in #questions
How could I improve this code?
thanks a lot for taking time to look into it @matee 🙏 , unfortunately the result has to be a string like "5-1" though
12 replies