Ibach Innovation

Ibach Innovation

Follow
Follow
homeAgency Website

JavaScript Promises: Simplify Asynchronous Programming

Apr 1, 20233 min read

As a developer, you may want to perform asynchronous programming to optimize time and make your application more effective. JavaScript Promises is a...

JavaScript Promises: Simplify Asynchronous Programming

Send data in React via props to parent component

Aug 6, 20221 min read

In this article we will build a component in react, that receives an array of data and a component that will display the iteration data. This allows...

Send data in React via props to parent component

How chosey handles in-app announcements with React Native

Aug 4, 20223 min read

In the chosey app, we have sometimes the need to send some information, warnings or guidance to the users in the app. One way we do this is sending...

How chosey handles in-app announcements with React Native