Replies: 1 comment
-
Not really sure whether my "nested suspense components" example was just too boring for the Crank community to implement 😉. But please be aware: If it's NOT possible to implement the above example in Crank then that means that the following sentence from the Crank documentation is just NOT correct: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to try out nested suspense components with
crankjs
.So I've tried to implement a simple suspense demo with crank that I've already implemeted in the past with both SolidJS and Dyo.
It's a bit difficult to explain in words what the demo is exactly doing, but if you click a couple of times on the buttons and have a look at the source code, I think it should easily be clear how the demo is working.
Frankly, I've really no idea at all how this could be implemented with
crankjs
😥Could somebody help me out please?
Thank you very, very much in advance.
Beta Was this translation helpful? Give feedback.
All reactions