Member-only story
React JS & react-native— Best infrastructure / environment setup- Development + Debugging
This story is all about the basic infrastructure in terms of softwares and applications I can recommend for a react js web or react-native cross-platform mobile app development.
It is all about the best set of tools you can use while development that will increase your’s and your team’s productivity. HOW???
Simple answer is, use right set of tools for all the mundane, humdrum tasks. Then, you will be able to focus completely on the business requirements and app development.
PROBLEM STATEMENT: Frustrated while debugging the logic. Loosing the focus from actual requirement and focusing way too much on wrong way of debugging.
VISUALISE A SCENARIO: You are in the middle of development of a react js application, working on a business logic implementation for displaying a list of data fetched from database/REST API.
You are doing code-change, testing on browser. YOU WILL UNDOUBTEDLY ADD THE BELOW LINE SEVERAL TIMES IN YOUR CODE:
console.log(“what is the value of myVariable=”, myVariable)
Beat me if you haven’t added consoles while development. Anyways, issue is not adding consoles. Issue is think about adding more and more consoles to just check the…