Welcome To Ms TechPro
Ms TechPro is a Site to learn Javascript, React Native, React Js and Node js.
Easy ways to Array merge javascript 2021
This is a custom description for SEO and Open Graph purposes. If it's not provided, it defaults to auto-generated excerpts of the page content.
August 01, 20213 minsGood Example to Create Timeline using React Native Timeline Flatlist 2021
In last react native tutorial we learned Rest API call using redux thunk and axios . In this tutorial we are going to use NetInfo to show an internet connection is available or not and display connection status to user. We are going add this feature in existing project called react-native-redux-thunk-axios-expressjs which we saw in...
April 04, 20214 minsReact Native NetInfo easy way to Detect Internet Connection And Display to Users 2021
In the last tutorial we learned how to Display Internet connection status to users Using Netinfo . Today using react native timeline flatlist we are going to create timeline list. Our final output is, React Native Timeline Flatlist Let’s Create react native timeline project Now go to your project folder, Now we need to install...
March 14, 20214 mins2 Easy Ways To find the difference between largest and smallest numbers in array Javascript
Today we are going to learn different methods to find the difference between largest and smallest numbers in array javascript. We already saw how to find smallest number in array and find largest number in array javascript. With the help of these two methods we are going to find difference between largest and smalles numbers...
March 07, 20212 minsComplete Guidance to React Native Redux Thunk Axios Rest API Call 2021
In this tutorial we are going to learn how to use Rest API for for our redux CRUD project using redux thunk and axios. In previous tutorials we learned Basics of React Navigation, Redux setup and Redux Crud. In this tutorial we are going to learn how to add Rest API to our React native...
February 28, 202110 minsEasy Way to Learn the difference between let vs var vs const in javascript 2021
We are going to learn the difference between let vs var vs const in javascript with example. These 3 keywords let, var, and const are used to declare variables in modern javascript. Short info about let vs var vs const, var is a function scope. let and const is a block scope Function scope is...
February 14, 20217 minsComplete Guidance to Create React Native Redux Example CRUD App Part 3
In the last 2 tutorial of this series we saw how to create react native app, multiple screens ,navigation and redux setup. Please check tutorial 1 here and tutorial 2 here. In this tutorial we are going to create react native redux example app with create, list, edit and delete pages. Create Header Component for …
February 07, 202110 minsComplete Guidance to Create React Native Redux CRUD App Part 2 (redux setup)
In last part we saw how to create react native application, how to structure our project,how to create react native bottom tab navigation. In this part 2, we are going to see what is redux?, how to configure react native redux setup?. What is Redux? Redux is a global state management library that can be …
February 02, 20216 minsComplete Guidance to Create React Native Redux CRUD App Part 1
We are going to see how to create React Native Redux CRUD application. In this series, you will learn how to create react native application, how to structure your project, basics of react-navigation, how to create bottom navigation, how to set up redux with react native.
January 31, 20217 mins