YH Gan
Gan's Notes

Gan's Notes

Follow
home
Tag

React

#reactjs

More content

Read more stories on Hashnode


Articles with this tag

Treasure Hunt 💰💰💰 - a location-based NFT game using thirdweb

Feb 1, 202214 min read

In this thirdweb x Hashnode hackathon post I wanna show you how to build a location-based NFT browser game using thirdweb. Think Pokémon GO™️ but...

Treasure Hunt 💰💰💰 - a location-based NFT game using thirdweb

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