grobitto
grobitto
SSolidJS
Created by grobitto on 4/9/2025 in #support
Possible bug? Solidjs lazy() caches network errors
Tried cache buster, but it did not work in with bundler 🙂 probably need to write some bundler plugin
11 replies
SSolidJS
Created by grobitto on 4/9/2025 in #support
Possible bug? Solidjs lazy() caches network errors
Service workers does not work on Smart TV's. Guidelines require app to correctly present network error to user and recover after network is back, which is impossible without full page reload as dynamic import error is cached forever by browser
11 replies
SSolidJS
Created by grobitto on 4/9/2025 in #support
Possible bug? Solidjs lazy() caches network errors
Looks like there is a global problem with browsers caching error response for dynamic modules: https://github.com/whatwg/html/issues/6768
11 replies
SSolidJS
Created by grobitto on 4/1/2025 in #support
How to detect if I got to the Route with back button or navigate(-1)
after a few hours of digging I found that useBeforeLeave relies on history.state _depth property to trigger correctly for history traversal. Unfortunately I was not expecting someone else to mess with history and erased it with my data. If I keep this property everything work as expected.
5 replies
SSolidJS
Created by grobitto on 4/1/2025 in #support
How to detect if I got to the Route with back button or navigate(-1)
Strange, but useBeforeLeave not triggering for back button or even navigate(-1)
5 replies
SSolidJS
Created by crowned on 11/3/2023 in #support
I can't seem to get ref bindings correctly
Oh, thats great
13 replies
SSolidJS
Created by crowned on 11/3/2023 in #support
I can't seem to get ref bindings correctly
Hi! Do you have any progress with porting this library? Have the same task in front of me and I wonder if anyone already did that
13 replies