I Am
Volodymyr Hudyma
<FrontEndDeveloper />
Table Of Contents(Articles: 145)
1

How To Save Up To 50% Development Time In React?

July 16, 2020
#React

Custom software development can be expensive because the development team creates an application from scratch. But there are a few things you can do to reduce the cost of developing a custom software solution...Read more

2

How To Create And Test Custom Hooks In React?

July 11, 2020
#React

Hooks are functions that allow you to “hook into” React state and lifecycle features of functional components. React has a few built-in hooks, but sometimes you need to extend their functionality...Read more

3

Deploy Your React Application To Netlify (Full Guide, July 2020)

July 08, 2020
#React

Building a website is only the first step in the launching process. There are a few more steps to be taken before the site goes live, and one of them is the deployment on hosting...Read more

4

5 Things I Have Learned During 3 Years Of React

July 01, 2020
#React

Recently it turned out, that I have been working with React for a little over 3 years, so now is the perfect time to summarize what I have learned during this adventure...Read more

5

What Are The Controlled And Uncontrolled Components In React?

June 26, 2020
#React

We, as software developers, often build different kinds of forms, which consist of different elements, like inputs, text areas, selects, etc. There are 2 ways of defining those elements, the controlled and uncontrolled way...Read more

6

What Is "Key" In React And Why Do We Need It?

June 21, 2020
#React

Almost each web application contains lists of elements printed to the screen. If you render list elements without defining the "key" prop, you will receive a warning message in the console. Let's find out why...Read more

7

Add Redux With Typescript To Your React Application (June 2020)

June 11, 2020
#React

Redux is a library that allows us to manage an application's state easily and predictably. Configuring React application to use Redux can be confusing, especially at the beginning, so here's a practical step-by-step guide...Read more

8

The Best Tools For React Development (June 2020)

June 09, 2020
#React

After you decided to proceed with React, there are many libraries that will help you to speed up the development process. Choosing the right ones is crucial for the project's success...Read more

9

Getting Started With React

June 04, 2020
#React

Having learned some JavaScript basics and intermediate concepts we're ready to kick off with advanced topics. Meet the React - a JavaScript library for building user interfaces.Read more

Newsletter
Receive all new posts directly to your e-mail
No spam, only quality content twice a week