redux[rtk query]
https://www.youtube.com/watch?v=jyJIHebmC94
https://whataboutcoding.com/rtk-query-toolkit/
https://www.dhiwise.com/post/rtk-query-vs-react-query-breaking-down-the-technicalities
todolist:--
https://medium.com/@sukronalifti/make-simple-create-read-update-and-delete-using-react-js-e85801a755b7
D:\learn\Todolistreact\todolist\src\data> npx json-server --watch db.json
BUTTON COMPONENT DONT HAVE STYLE PROP..
BORDERRADIUS NO EFFECT IN IOS:IN TEXT COMPONENT SO WE HAVE TO WRAP IN VIEW
NO INHERITANCE SUPPORTS
SCROLLVIEW RENDER ALL THE CHILD ITEMS IN ONE GO SO LIMITED AMOUNT OF DATA ITS FINE
BETTER SOLUTION:--FLATLIST COMPONENT ..SPECIFICALY RENDER THOSE WHO ARE VISIBLE AFTER SCROLLING ONLY IT WILL SCROLL
NOTE:These versions should work together without issues. If you still encounter the RNSScreenStackHeaderConfig error, it could be related to something else like an incomplete installation, or the need to rebuild the project as mentioned earlier.
video :95,96,97,98
navigation.navigate because functions are non-serializable and can cause issues with state persistence and restoration. However, if you need to pass both state and functions together, you should handle the function separately using tools like navigation.setOptions, context, or a global state management solution....
Comments
Post a Comment