PinnedMerve DilekReact Native - NavigationFor the most of complex react native applications that consist of multiple screens, navigation should be used. Firstly be sure to install…Sep 10, 20201Sep 10, 20201
Merve DilekRedux-Thunk (usage with redux-toolkit)Although actions in Redux sound like they do the actions, they are just plain objects. Redux-Thunk is a middleware that allows action…Jun 12, 2023Jun 12, 2023
Merve DilekuseReducer Function – ReactuseReducer function in React, which is not related to redux (although it has a similar logic), is used for a state management, especially…Jun 3, 2023Jun 3, 2023
Merve DilekWhy and How to use useCallback and React.memouseCallback function is used to prevent or restrict the re-creation of functions. One common case is using this function with React.memo…Oct 28, 2020Oct 28, 2020
Merve DilekAdding Listener to Drawer Navigator RoutesUnlike stack navigators, screens of drawer navigators are not destroyed and recreated, when the user close and re-opens these screens…Oct 8, 2020Oct 8, 2020
Merve DilekSending Dynamically Changing Parameters from Functional Component to Navigation OptionsIn functional component’s navigation settings we cannot take the dynamically changing parameters directly from the navigation data.Sep 22, 2020Sep 22, 2020
Merve DilekSteps to run your first projectFirst step is to install the lates version of Node.js. Expo makes it easy to implement a mobile application with react.Sep 9, 2020Sep 9, 2020