Is `load` function a mistake for `preload` function?
https://docs.solidjs.com/solid-start/building-your-application/data-loading#data-loading-on-the-client
I found the "
load
function" in the bullet points of the document.
Is load
function a mistake for preload
function?
If not, What does load
function refer to?5 Replies
@Atila I think there's a docs' issue
:Worry_Think:
the
load
function is depricated, and replaced with preload
i think they forgot to update the docsThank you!
FYI: I find
load
function in https://docs.solidjs.com/solid-router/rendering-modes/ssr.
May I make PR?@TaQuanMinhLong yes, definitely an issue in the docs.
I'd love that, I can get you an issue to work on, if you want.
fyi @Lady Bluenotes
Thank you! Could you let me know more about the issue?
GitHub
Occurrences of
load
instead ofpreload
to router
· Issue #963...📚 Subject area/topic Solid-Router, data-fetching, preloading 📋 Page(s) affected (or suggested, for new content) TBD 📋 Description of content that is out-of-date or incorrect It's been reported ...