Wes
Explore posts from serversAll of a sudden `classList` is typed as string | undefined
The code is on GitHub:
https://github.com/WesSouza/wes.dev/blob/wes95/src/Wes95/components/Window.tsx#L126
58 replies
How to create a nested menu from a nested object?
I ended up cheating and wrapping the menu on a Show with keyed, where the menu data is memoized. For sure that's not the best performance possible, but I'm ok with extra rendering for this given the data dont change often.
12 replies
How to create a nested menu from a nested object?
I see, so either I or the store is responsible for say understanding that an array size changed and call that signal setter, but if one of that array's object changed, the object's property is also a signal and should be updated instead
12 replies