Đă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
DDeno
Created by Đăng Tú on 11/22/2023 in #help
Does Deno third party modules support to wrap NPM in importmap
I guess I'll have to go with deps.ts for now as my module is not to big to concern about that problem 😄 Thanks for support guy
5 replies
CDCloudflare Developers
Created by Đăng Tú on 11/9/2023 in #general-help
What your reason to use Cloudflare Page V2 build system?
Got it, thanks.
12 replies
CDCloudflare Developers
Created by Đăng Tú on 11/9/2023 in #general-help
What your reason to use Cloudflare Page V2 build system?
2. It is super flexible and convenience in a way that you don't have to install much in both client and server (which is very helpful to work in difference places)
12 replies
CDCloudflare Developers
Created by Đăng Tú on 11/9/2023 in #general-help
What your reason to use Cloudflare Page V2 build system?
1. Deno has a very amazing static builder call Lume
12 replies
CDCloudflare Developers
Created by Đăng Tú on 11/9/2023 in #general-help
What your reason to use Cloudflare Page V2 build system?
@HardlyHolidayin’ is it possible for me to proposal adding Deno? Here is my reason:
12 replies
CDCloudflare Developers
Created by Đăng Tú on 11/9/2023 in #general-help
What your reason to use Cloudflare Page V2 build system?
Is the proposal for internal only or I can see it as well?
12 replies
CDCloudflare Developers
Created by Đăng Tú on 11/9/2023 in #general-help
What your reason to use Cloudflare Page V2 build system?
btw, do you plan to add deno in? I think it really usefull as build script
12 replies
CDCloudflare Developers
Created by Đăng Tú on 11/9/2023 in #general-help
What your reason to use Cloudflare Page V2 build system?
But it miss lot of tools right? For instance the very basic like gnu make?
12 replies
CDCloudflare Developers
Created by leigh on 7/21/2023 in #pages-help
Deploy Deno static site
It would be slow and cost time to do so. Is it possible to cache the installation like caching npm pacakges?
6 replies