This is the first in a series of articles intended to provide an in-depth review of a few common architectural patterns that are employed… (more…)
Read more »
[Translation of an article originally posted on habr.ru, published by it-efrem on October 20, 2019. Read more of his articles at it-efrem.com] Good day, Habr readers! I want to tell you about how I recently found out about some “hooks” in React. They appe... (more…)
Read more »
Hi There! Do you think that the title of this article is a click-bait and that this cannot be actual... (more…)
Read more »
This post will show you an introduction to the architecture of a cross-platform (Android & iOS) mobile application. The app was built with React Native, Amplify, and GraphQL. I'll take my own application deopsur as an example and explain all services ... (more…)
Read more »
useRef react hook can be used to access DOM nodes/React elements and store a mutable variable across re-renders. Let us see how to do so. (more…)
Read more »