Open in app
Home
Notifications
Lists
Stories

Write
Tahere Gholami
Tahere Gholami

Home

Jan 26

React Function Component Lifecycle

Lifecycle methods are custom functionality that gets executed during the different phases of a component. There are methods available when the component gets created and inserted into the DOM (mounting), when the component updates, and when the component gets unmounted or removed from the DOM. Here are the lifecycle methods…

React Lifecycle

5 min read

React Function Components Lifecycle
React Function Components Lifecycle

Dec 20, 2019

React State Management with Context API

How can you manage state which you need in multiple, not directly connected components? For the last few years, Redux has been the state management solution for big React apps. React’s version 16.3.0 has brought many new concepts and features. One such awesome feature is React Context API- a new…

React

6 min read

React State Management with Context API
React State Management with Context API

Published in Level Up Coding

·May 1, 2019

How to deal with asynchronous code in JavaScript

JavaScript is synchronous by default and is single threaded. This means that code cannot create new threads and it will execute your code block by order after hoisting. Programming languages like C, Java, C#, PHP, Go, Ruby, Swift and Python are all synchronous by default, some of them handle async…

Java Script

5 min read

How to deal with asynchronous code in JavaScript
How to deal with asynchronous code in JavaScript
Tahere Gholami

Tahere Gholami

Frontend developer

Following
  • Trey Huffine

    Trey Huffine

  • Elaheh Aslani

    Elaheh Aslani

  • Farnam Homayounfard

    Farnam Homayounfard

  • UX Collective Editors

    UX Collective Editors

  • Mohsen Mirhoseini

    Mohsen Mirhoseini

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable