React Native Debugger v.0.9.14 react-native-debugger – windows https://github.com/jhen0409/react-native-debugger/releases Install location for react-native-debugger %HOMEPATH%\AppData\Local\react_native_debugger\react-native-debugger.exe Redux DevTools: Tips and tricks for faster debugging How to Debug ReactJS
Tag: React
React Native – Debug and Deploy
How to generate .apk file with React Native Cli | React Native | Android App using React Native React Native Debugger v.0.9.14 react-native-debugger – windows
Understanding Javascript Selectors With and Without Reselect
While Selectors aren’t particular to Javascript, React, Redux or Reselect, this article will focus on their use in the context of those technologies and assumes
How to Update Node Dependencies to the Latest Versions in package.json
Link Just running npm update won’t do the trick. Here’s why. Running npm install will install the latest version of as well as update the
Reactjs – useMemo and useCallback hooks
Think of memoization as caching a value so that it does not need to be recalculated. useMemo The React useMemo Hook returns a memoized value.
ReactJS useContext Hook
Context provides a way to pass data or state through the component tree without having to pass props down manually through each nested component. It
How to pass data from child component to its parent in ReactJS
To pass data from child to parent component in React: At what situation we pass handler function from parent to child component in react? Passing
ReactJS – Dynamically Adding Multiple Input Fields
Create Dynamic Forms in React Using React Hook Forms index.js import React, { StrictMode } from ‘react’; import { createRoot } from ‘react-dom/client’; import App
Higher Order Component – Reactjs
import Hello from ‘./Hello’ const sum = (a,b) => { return a+b; } // Higher Order function const calculator = (type) => { if(type ==
Visualize a projects dependency graph – React
visualize a project’s dependency graph 1. install nodejs 12.20 above version 2. npm install –save-dev dependency-cruiser (globally or locally ) https://github.com/sverweij/dependency-cruiser https://github.com/sverweij/dependency-cruiser/blob/develop/doc/cli.md 3. depcruise –exclude