Đăng Tú
Đăng Tú
Explore posts from servers
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
DDeno
Created by agorushkin on 9/25/2023 in #help
Deno Emit
Well, they said depends on the input, but it's up to you to decide if you want to check carefully every API and lib you will use for client or you will use a different tool.
11 replies
DDeno
Created by agorushkin on 9/25/2023 in #help
Deno Emit
No description
11 replies
DDeno
Created by agorushkin on 9/25/2023 in #help
Deno Emit
I don't think you can use deno bundle for browser environment.
11 replies
DDeno
Created by Đăng Tú on 9/8/2023 in #help
does Deno vscode support nesting `deno.json`?
I just have to ignore children .vscode (so git can commit as usual) and everything is good to use
6 replies
DDeno
Created by Đăng Tú on 9/8/2023 in #help
does Deno vscode support nesting `deno.json`?
But I think you are right, mini workspaces seems like a good solution for now.
6 replies