Đăng Tú
Đăng Tú
Explore posts from servers
SSolidJS
Created by abe on 10/21/2024 in #support
Confused between For and index
Maybe nesting those components?
7 replies
SSolidJS
Created by Đăng Tú on 10/19/2024 in #support
Any tip/checklist to debug Solid components when it refuses to react the signal changed?
Thank you, my curiosity is satisfied.
9 replies
SSolidJS
Created by Đăng Tú on 10/19/2024 in #support
Any tip/checklist to debug Solid components when it refuses to react the signal changed?
Thanks, but I mean like no JSX solution so I can understand more about the Solid and in case I want to use solidjs without compile (like a quick dirty code for short life script)
9 replies
SSolidJS
Created by Đăng Tú on 10/19/2024 in #support
Any tip/checklist to debug Solid components when it refuses to react the signal changed?
I don't know why I got weird behave with vite hot reload. But your suggestion totally nailed it. Thank you very much. Just once more question, aside <Show/> solution, do we have any other options?
9 replies
SSolidJS
Created by Đăng Tú on 10/19/2024 in #support
Any tip/checklist to debug Solid components when it refuses to react the signal changed?
Thanks, but it's funny, don't you think? Why when I modify the code (such as add console.log or update text) the code run smoothly?
9 replies
SSolidJS
Created by Đăng Tú on 4/2/2024 in #support
`createEffect` doesn't working in `input.addEventListener('change')`
Thanks for the options, I wonder what different between store and signal? Is store like an extenstion of signal or like redux store of reactjs?
17 replies
SSolidJS
Created by Đăng Tú on 4/2/2024 in #support
`createEffect` doesn't working in `input.addEventListener('change')`
Thanks, so the signal actually use Object.is() (the one that compare by pointer) under the hook rgiht? (please correct me if I'm wrong)
17 replies
SSolidJS
Created by Đăng Tú on 4/2/2024 in #support
`createEffect` doesn't working in `input.addEventListener('change')`
But I still need it to compare to the old value, or did I do it wrong way?
17 replies
SSolidJS
Created by Đăng Tú on 12/23/2023 in #support
How to import solidjs core as external library
I think this is the one: https://sambitsahoo.com/blog/vite-code-splitting-that-works.html @lxsmnsyc 🤖 thanks for the keyword
4 replies
SSolidJS
Created by Đăng Tú on 12/23/2023 in #support
How to import solidjs core as external library
You means like use a 3rd party build tool or it is an option in vite?
4 replies