TITobias Ibachinblog.ibach.xyz·Apr 1, 2023 · 3 min readJavaScript Promises: Simplify Asynchronous ProgrammingAs a developer, you may want to perform asynchronous programming to optimize time and make your application more effective. JavaScript Promises is a simple yet powerful tool that can help you manage asynchronous requests and processes. What are JavaS...00
TITobias Ibachinblog.ibach.xyz·Aug 6, 2022 · 1 min readSend data in React via props to parent componentIn 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 you to send data arrays with different types to variable components in order to display them there. F...00
TITobias Ibachinblog.ibach.xyz·Aug 4, 2022 · 3 min readHow chosey handles in-app announcements with React NativeIn 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 in-app announcements to the users. We use it for example to Announce a downtime Announce a new featur...00