Passing Data Between Components using props, useReducer, and useContext
We will explain it with an example (which is NOT a to-do app)
May 12, 20216 min read998
Search for a command to run...
Articles tagged with #2articles1week
We will explain it with an example (which is NOT a to-do app)
Hi, this is my first post on hashnode. In this post I want to talk about how I implement a multi-selectable FlatList. It is about React Native, a way to write cross-platform mobile app using the React JS UI library. I assume you have knowledge on bo...