Site Logo

Nikita Hlopov

Frontend Dev Blog

Blog About Archive Tags

Cool Chrome Dev Tools tricks and tips you might not know about

02 Jan 2019
  • tips
  • development

Google Chrome browser has been my favorite browser for development for quite some time. And the Dev Tools capabilities is one of the reasons for that.

Read More

How to handle multiple attributes in ReactJS

05 Dec 2018
  • react
  • javascript

Have you ever had a situation when your JSX code is cluttered with multiple attributes? If you have, there is a simple solution to handle this situation.

Read More

How to insert an element after an element with JavaScript

26 Nov 2018
  • javascript

There is a simple and crossbrowser safe way to insert an element after another element with native Javascript.

Read More

9 Practical tips for beginner web developers

21 Nov 2018
  • development
  • tips

This is a list of 9 practical tips for beginner developers by a developer who was a beginner himself not so long ago.

Read More

How to assign multiple class names to an element in React

14 Nov 2018
  • react
  • javascript

There are a few ways how to assign multiple classes to an element in React. It can be achieved via an external package or via Vanilla JavaScript.

Read More
⟨ Previous

This work is licensed under a CC BY 4.0 License.
The code in this work is licensed under an MIT License.