No Image

React – What’s concurrent mode (1)?

September 29, 2020 hung-nb 0

Suspense fetch-on-render Start fetching user details Wait… Finish fetching user details Start fetching posts Wait… Finish fetching posts fetch-then-render Start fetching user details Start fetching […]

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

Apple – App Store (1)

September 25, 2020 hung-nb 0

Deployment How to migrate an app to other account? Migration steps Step 1: Verify that the app can be transferred Documentation Step 2: Back up […]

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 […]