It would be immensely helpful if you could share your virtualized lsit implementation. A proper virtualized list is one of the biggest short-comes of react native in my opinion
Pretty cool podcast, I would like for you 2 to talk about react native windows in the future episodes. I really hope that reanimated 2 would work on Windows platform.
Great video, insightful how svgs can have such an impact. Excited to see if the skia stuff helps here. I wrote a module called react-native-performance-monitor that can really help testing if optimisations have an effect.
The link on npm to the repo is dead but you can install the package and walk through the source code. I also came across this thread twitter.com/svishnevskiy/status/1192698931370528768?s=20 where discord's CTO linked a gist that someone on the thread has forked.
I just seen updated UI of CRED App. And instantly got striked that 1 person can help in this . Could you please refer or make video of that ? Open and close animation of CRED app?
@Williman can you please share how to use the Text component in a better way? Is it the following: const RCTText = 'RCTText'; function LowerLevelText(props) { return {props.children} }
@William please share your "flatlist" component
William you could make a video showing how profiler can be used for performance optimization there’s no such video out there!
What a great idea ! Because i'm not absolutely sure what you are talking about with those tools :(
Definitely!
There's tons of content on React Profiler since React 16.5 (Sept2018)
@@LeoTM there’s not much on react native and profiler though, specially with reanimated using Flipper
check this out, its a presentation from app.js conference ruclips.net/video/5Q3VCgKV0GE/видео.html
It would be immensely helpful if you could share your virtualized lsit implementation. A proper virtualized list is one of the biggest short-comes of react native in my opinion
These discussion make the listener step up to a higher level of consciousness when it comes to coding with RN.... amazing.
"For us, Rect Nativ Performance is almost like fun" - now that's one masochistic statement
Hey Willian can you share with us your flatlist implementation. I have a lot issues with the react native implementation
Thank you for this video, I have learnt a lot
Pretty cool podcast, I would like for you 2 to talk about react native windows in the future episodes. I really hope that reanimated 2 would work on Windows platform.
Do you release this also as a podcast? If so, where can I find it? If not, you totally should.
Keep up the good work!
Great video, insightful how svgs can have such an impact. Excited to see if the skia stuff helps here. I wrote a module called react-native-performance-monitor that can really help testing if optimisations have an effect.
There's a fast virtualized list implementation by discord. It's called dcd-fast-list.
The link on npm to the repo is dead but you can install the package and walk through the source code. I also came across this thread twitter.com/svishnevskiy/status/1192698931370528768?s=20 where discord's CTO linked a gist that someone on the thread has forked.
I just seen updated UI of CRED App. And instantly got striked that 1 person can help in this .
Could you please refer or make video of that ? Open and close animation of CRED app?
Could you do a video on performance profiling tools for react native?
I'd be super happy if you made a video on RN Performance debugging. I'm even interested in paying for it if you make a course.
any implementation or cues on your native text component? sounds interesting, would love to work on it
Thanks for sharing!
@Williman can you please share how to use the Text component in a better way? Is it the following:
const RCTText = 'RCTText';
function LowerLevelText(props) {
return {props.children}
}