BungFerdly
BungFerdly
  • 4
  • 113 339
React Native - Testing with Jest and React Test Renderer
The simplest/fun way to write test case in React Native. With the help of Jest and React Test Renderer, you can easily test your app.
มุมมอง: 44 643

วีดีโอ

React Native - API Hook
มุมมอง 1K4 ปีที่แล้ว
Implement server API to your project sometimes makes your code over complicated and ends up have a lot of duplicated codes. This tutorial helps you centralised the implementation with the help of react hooks and redux. This approach can be used for simple to mid level project (1-2 devs). If your project is bigger than that, better use redux-saga so your logic is separated from the UI.
React Native - Multi Environments
มุมมอง 18K4 ปีที่แล้ว
Update 0.63.3 about flipper. React native move the flipper pods from podfile to react_native_pods script. Change this line from Podfile : use_flipper! to: use_flipper!(configurations: debugs) github.com/facebook/react-native/commit/dc2df754267df3909631d81c22b9fcab58dfa241
React Native - Scroll Animation
มุมมอง 49K4 ปีที่แล้ว
This is a quick tutorial how to create a smooth animation while user perform scrolling. Please note that this tutorial doesn't cover basic things like hooks & styling. Source code can be found here : github.com/bungferdly/ScrollAnimation-RN

ความคิดเห็น

  • @ayam.5401
    @ayam.5401 3 วันที่ผ่านมา

    exactly what i was looking for, thanks a lot

  • @MikeTypes
    @MikeTypes 21 วันที่ผ่านมา

    WOW NICE!

  • @MinhThongLe
    @MinhThongLe 2 หลายเดือนก่อน

    Thanks

  • @tahirmehmood9004
    @tahirmehmood9004 5 หลายเดือนก่อน

    hey man how can we add different firebase files to prod and debug

  • @wadf29
    @wadf29 10 หลายเดือนก่อน

    Still working like a champ. I would probably build this with JS. TS will scream a lot.

  • @doniaelfouly4142
    @doniaelfouly4142 11 หลายเดือนก่อน

    thank you

  • @raxitlakhatariya5915
    @raxitlakhatariya5915 11 หลายเดือนก่อน

    Thank u for such informative video

  • @user-jj7mn5ct1s
    @user-jj7mn5ct1s 11 หลายเดือนก่อน

    In just 10 minutes I learned how to use Jest effectively. Thank you very much for the great tutorial and support.

  • @user-lx3zh2xn1v
    @user-lx3zh2xn1v ปีที่แล้ว

    Amazing Man. Thanks for posting this and helping all the react native community. It's one of the perfect example for parallax effect.

  • @amiribrahim01
    @amiribrahim01 ปีที่แล้ว

    thank you

  • @teachyourselfcs
    @teachyourselfcs ปีที่แล้ว

    Github link?

  • @amitvaishnava168
    @amitvaishnava168 ปีที่แล้ว

    Hi, I am facing this issue, can you please help with this: stuck after pod install: [!] Unknown configuration whitelisted: debug. CocoaPods found debugdev, debugprod, debugstaging, releasedev, releaseprod, and releasestaging, did you mean one of these?

  • @rubandharmaraj6094
    @rubandharmaraj6094 ปีที่แล้ว

    Hi Ferdly, need help in solving test cases for an function Parent.js const Parent = ()=>{ const foo =()=>{ console.log("hello world") } return <Child foo={foo}/> } Child.js const Child =({foo})=>{ const childFun=(e)=>{ foo() } return ( <View onLayout={childFun}> <Text>Nice day</Text> </View> ) } For given above eg: i need to test foo function in parent component which has been called from child component from childFun

  • @lettechtutorials
    @lettechtutorials ปีที่แล้ว

    Why you are not making new videos ?

  • @lettechtutorials
    @lettechtutorials ปีที่แล้ว

    veryGood Explanation

  • @aminazgol3918
    @aminazgol3918 ปีที่แล้ว

    Great video you do it fast and easy

  • @fernandomedina775
    @fernandomedina775 ปีที่แล้ว

    Could you update for the actual rn version? thank you

  • @Phyx1u5
    @Phyx1u5 ปีที่แล้ว

    very helpful thank yoU!

  • @daytona400
    @daytona400 ปีที่แล้ว

    Thank you very much for explaining practical examples. I cannot express how grateful I am to see a tutorial that demonstrates a real-life scenario, unlike most of the other tutorials on this topic

  • @alessandrob.g.4524
    @alessandrob.g.4524 ปีที่แล้ว

    Man, how do you test onFocus for text input on RN using RTL?

  • @bimbim1862
    @bimbim1862 ปีที่แล้ว

    bung ferdly mengapa bhs inggris c'mon

  • @WikiPeoples
    @WikiPeoples 2 ปีที่แล้ว

    Excellent. 100 times better than Jest's own documentation. Thank you Bung.

  • @chathurabuddhika5557
    @chathurabuddhika5557 2 ปีที่แล้ว

    damn bro...... you save my life. thank you so much.

  • @chinnaerumbu
    @chinnaerumbu 2 ปีที่แล้ว

    Great tutorial. Thanks 👍

  • @nimamohamadian9875
    @nimamohamadian9875 2 ปีที่แล้ว

    that's amazing, thank you.

  • @carlconcepcion2700
    @carlconcepcion2700 2 ปีที่แล้ว

    Woah! I think it really helps me to get started. Great tutorial for beginner like me. Thank you

  • @Uriel7896
    @Uriel7896 2 ปีที่แล้ว

    0:21 - Unit Test 2:43 - UI Test 3:52 - State Changes 5:13 - Async Task 6:45 - Redux 7:57 - Axios 8:29 - React Navigation 9:17 - Image 9:36 - Generate Report

  • @mugokibiru9513
    @mugokibiru9513 2 ปีที่แล้ว

    nice tutorial, but i don't see how you can hide sensitive info like the urls/tokens which should be stored in the env variables using this method, without committing this info to git.

  • @rohitpatil8452
    @rohitpatil8452 2 ปีที่แล้ว

    Thank you for sharing this, it helps!!!! Do you have any idea how could we use env variable in build phase >> run script?

  • @se-vs7sg
    @se-vs7sg 2 ปีที่แล้ว

    Amazing and great explanations along the way

  • @amrullahdev8895
    @amrullahdev8895 2 ปีที่แล้ว

    wa gokil si lu bang, gua cobaa ya , makasih bang

  • @cedrics7374
    @cedrics7374 2 ปีที่แล้ว

    Enjoy writing test cases? I wish that day will come 😋

  • @anabeatriz8835
    @anabeatriz8835 2 ปีที่แล้ว

    thank you very much sir

  • @khalidkhan5308
    @khalidkhan5308 2 ปีที่แล้ว

    can you please make one video for App center -- CI/CD

  • @uwemneku1917
    @uwemneku1917 2 ปีที่แล้ว

    Thanks man, this was simple and easy to understand

  • @AzuraAyra
    @AzuraAyra 2 ปีที่แล้ว

    I'm having trouble retrieving the resvalue base_url in the react native code itself please help me....

  • @vijaysahani7343
    @vijaysahani7343 2 ปีที่แล้ว

    Exactly Point what i need to find...!!! Thank you

  • @yournameallowed
    @yournameallowed 2 ปีที่แล้ว

    coba contentnya webview mas

  • @huydo2707
    @huydo2707 2 ปีที่แล้ว

    Hi I am a newbie. Could you tell me difference between jest and React Test Renderer with react-testing-library?

  • @purnadiwinarno3878
    @purnadiwinarno3878 3 ปีที่แล้ว

    wow.. great video bung! please do more video tutorial. very brilliant person from Indonesia!!

  • @tommyleong8328
    @tommyleong8328 3 ปีที่แล้ว

    Hey BungFerdly, I think you're doing really great job and demo in this Jest sharing. Appreciate if you could dive further in details on Mocking, Why/When Snapshot, other related UT topics. Thanks!

  • @artmosphereID
    @artmosphereID 3 ปีที่แล้ว

    holy damn, this is what i looking for, thank you brah!

  • @MRAdex77
    @MRAdex77 3 ปีที่แล้ว

    do you know maybe how to test method inside component without exporting it?

  • @MRAdex77
    @MRAdex77 3 ปีที่แล้ว

    Great tutorial, thank you

  • @harshgangani9385
    @harshgangani9385 3 ปีที่แล้ว

    what we have to do for android device???

  • @devaview5883
    @devaview5883 3 ปีที่แล้ว

    Thanks

  • @johnhaupenthal
    @johnhaupenthal 3 ปีที่แล้ว

    This is a really great, efficient tutorial. Thanks!

  • @dwiyanputra2372
    @dwiyanputra2372 3 ปีที่แล้ว

    thank you for your useful tutorial, terimakasih :)

  • @Reactiive
    @Reactiive 3 ปีที่แล้ว

    Great video! I think that dealing with the same animation in Reanimated 2 can be really interesting :)

  • @nhaphan4992
    @nhaphan4992 3 ปีที่แล้ว

    --configuration ReleaseStaging have an error for me