Aryxst
Explore posts from serversfix function running only on build
I want to load the function from this file on mount
https://github.com/Aryxst/tauri-app/blob/master/src/use-controller.tsx
in home.tsx:
Why does this work on build?
1 replies
How do i make a list properly reactive to state changes?
So I have this for loops that iterates in an array of data fetched on page load,
i devided the sorting functions in 2 categories checkerFunctions that check a checkbox value, and filterFunctions that check a object value in a signal.
The filterFunctions steps works just fine, but i don't know why the checkFunctions don't.
Am i assigning a bool wrongfully?
3 replies