Author Archives: duplich

Read some smart stuff by: duplich

Dropping React Native development?

In the year 2020 we developed an app with React Native and it happened to be a quick work with decent quick results. We had our client delivered with an initial App for his new business idea within 2-3 months and with some improvements it was out within 4-5 months. it was all great and clear until we started adding some additional features and started to get some Configuration issues…
React Cheat Sheet

React Cheat Sheet

Inheriting Methods & Properties

When creating a new Class you can inherit and use the properties and methods from the parent Class with calling super();…