Live builds are definitely worth watching as I like to build along with the person who is teaching. I cloned Netflix while watching a video and was blown away. Maybe do a full build and break the video up into 10 or 20 minute segments.
Hey Jason, I just discovered your channel this week and I wanted to say that your content is amazing. Your way of explaining things is very down-to-earth, helpful and easy to follow. I appreciate that a lot and I'm sure many other people do as well. So thank you very much for what you do and looking forward to seeing your channel grow.
Hi Jason. Thx for the great video. Its very helpfull. On thing that was challenging for me while using RE was to figuret out the most efficient way to communicate between different RE. I was using RE custom states and properties but it was hard to maintain in the long run. Currently im using javascriptToBubble element that placed inside the RE is lesten to the events that happen in different RE and reacts accordingly. This works well but maybe U know some better way to do this?
I haven’t tried JS to bubble so I just use custom states to move data back and forth. I have been experimenting with nested popups and “bigger” reusable elements with more config options so I keep most of the data I need within the same RE. Example: a list of events accepts a “do search” search parameter and all the views (list, card, small, edit etc) and groups in the same element.
Live builds are definitely worth watching as I like to build along with the person who is teaching. I cloned Netflix while watching a video and was blown away. Maybe do a full build and break the video up into 10 or 20 minute segments.
Hey Jason, I just discovered your channel this week and I wanted to say that your content is amazing. Your way of explaining things is very down-to-earth, helpful and easy to follow. I appreciate that a lot and I'm sure many other people do as well. So thank you very much for what you do and looking forward to seeing your channel grow.
Thanks very much!
Definitely one of the best channels!
Wow, thanks!
Hi Jason. Thx for the great video. Its very helpfull. On thing that was challenging for me while using RE was to figuret out the most efficient way to communicate between different RE. I was using RE custom states and properties but it was hard to maintain in the long run. Currently im using javascriptToBubble element that placed inside the RE is lesten to the events that happen in different RE and reacts accordingly. This works well but maybe U know some better way to do this?
I haven’t tried JS to bubble so I just use custom states to move data back and forth. I have been experimenting with nested popups and “bigger” reusable elements with more config options so I keep most of the data I need within the same RE. Example: a list of events accepts a “do search” search parameter and all the views (list, card, small, edit etc) and groups in the same element.