YH Gan
Gan's Notes

Gan's Notes

Follow
home
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Passing Data Between Components using props, useReducer, and useContext

May 12, 20216 min read

We will explain it with an example (which is NOT a to-do app) ยท The good thing about React (or any other good SDKs, or toolkits, or programming languages...

Passing Data Between Components using props, useReducer, and useContext

Multi-selectable FlatList

May 6, 20213 min read

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...

Multi-selectable FlatList