No Image

React – What is Recoil?

September 27, 2020 hung-nb 0

Recoil is a shared state between components How to create shared state between components (Atom)? useRecoilState is like useState but useRecoilState can be used to […]

No Image

React – How to use Hook (1)?

September 20, 2020 hung-nb 0

Class vs Hooks componentDidMount componentDidUpdate componentWillUnmount What is life cycle of useEffect? What are differences between useEffect and useLayoutEffect? useEffect useEffect runs asynchronously and after a render is […]

No Image

Typescript – How to fix errors?

September 2, 2020 hung-nb 0

How to check TypeScript in project folders? Remember to exclude node_modules folders by configuring Could not find a declaration file for module ‘third-party-library-name’. ‘third-party-library-name.js’ has […]

No Image

React Native Web – Installation

August 27, 2020 hung-nb 0

How to use react-native-web for existing ReactJs app (1)? You can install react-native-web for your existing npx create-react-app my-app Install babel-plugin-module-resolver plugin to resolve your project modules […]