Technology

React.js – performance optimization

In modern React applications, performance is a very important part. Here we’ll have a look at the couple methods which give you a possibility to optimize the rendering process. Consider the...

Read More

Reflection in Swift 5

Many languages have build-in reflection support. According to Wiki reflection is the ability of a process to examine, introspect, and modify its own structure and behaviour. Type introspection is the...

Read More