Open in app
Home
Notifications
Lists
Stories

Write
Nikita Mingaleev
Nikita Mingaleev

Home
About

May 23

How To Create A NetworkErrorBoundary Component With React

Let’s start with a new react project and delete everything inside the App.js file. Having that done create a new components folder and a new NetworkErrorBoundary.js inside. To achieve our goal we’ll use the unhandledrejection event. The event is sent to the global scope when a JavaScript Promise with no…

React

2 min read

How To Create A NetworkErrorBoundary Component With React
How To Create A NetworkErrorBoundary Component With React

Jan 31

How To Create A Tooltip Component With React

In this article, we will create a tooltip component with react and react hooks. Let’s create a new react application with npx create-react app and delete everything inside the App.js file. Tooltip Component Create a new index.js file at the following path: src/Tooltip/index.js . Let’s start creating our tooltip: import React from…

React

6 min read

How To Create A Tooltip Component With React
How To Create A Tooltip Component With React

Apr 26, 2021

How To Create A Tree Component With React Hooks

Hi everyone! Today we’re going to create a simple expandable tree component with react hooks! Enjoy! Different Ways To Create A Tree Before diving into coding let’s discuss the way we’re going to create our tree. I know atleast two ways of doing that. The first one is creating an actual tree structure where children are…

React

3 min read

How To Create A Tree Component With React Hooks
How To Create A Tree Component With React Hooks

Jan 26, 2021

Draggable And Resizable Panel With React Hooks. Part 2.

In this part we will add the ability to resize our panel in any direction! — If you haven’t read Part 1 please take a look cause the following code will be based on what we’ve already achieved. Resizable Panel To keep things short let’s create a Resizer component inside Panel/components folder and add the following code:

React

4 min read

Draggable And Resizable Panel With React Hooks. Part 2.
Draggable And Resizable Panel With React Hooks. Part 2.

Nov 12, 2020

Draggable And Resizable Panel With React Hooks. Part 1.

In this part we will create a panel that can be freely dragged with react and react hooks. — I’ve created a new react app using npx create-react app and deleted the default files, so right now the project structure looks like this:

React

5 min read

Draggable And Resizable Panel With React Hooks. Part 1.
Draggable And Resizable Panel With React Hooks. Part 1.

Feb 10, 2020

How To Create A Context Menu With React Hooks.

By the end of this article you will create your own context menu with React Hooks. Create A New React Project To create a new application we will use Create React App. In order to do it you’ll need to have Node ≥ 8.10 and npm ≥ 5.6 installed on your machine. Run the following…

React

6 min read

How To Create A Context Menu With React Hooks.
How To Create A Context Menu With React Hooks.
Nikita Mingaleev

Nikita Mingaleev

Frontend Developer at AWS Berlin, Germany

Following
  • JavaScript Teacher (Incognito)

    JavaScript Teacher (Incognito)

  • Dmitry Doronin

    Dmitry Doronin

  • Josh Hicks

    Josh Hicks

  • Mike Cronin

    Mike Cronin

  • Stanislav Kryvenko

    Stanislav Kryvenko

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable