#loader$ déprécated ??
17 messages · Page 1 of 1 (latest)
It's being renamed to routeLoader$ because there are going to be more loader$ APIs coming.
Ok think 😏
I just found out by updating to latest and the action$ also showing up being deprecated; here is a screenshot of the other functions
I think 0.20.0
how do i update to the latest version?
just rename them to routeAction$ and it should be fine
change the version in your package.json
then use your package manager install (npm i, pnpm i, yarn)
aah .. thanks big time
how long do they take to update the documentation because now i feel i can't depend on it
it's in beta so there will always be a bit of delay with the docs. You can also just stick to a specific version without updating but yeah it's a bit of struggle looking for the right answers sometimes
thats kind of the tradeoff when you use frameworks that are 'in-beta' although qwik seems more than capable of creating full fledged applications imo