urbit / bitcoin-wallet

Repository for issue triaging and (eventually) the bitcoin wallet code
MIT License
4 stars 1 forks source link

Convert to modern react paradigms #34

Closed finned-palmer closed 3 years ago

finned-palmer commented 3 years ago

Hooks/context for state management, functions rather than classes. useEffecf for lifecycle, useState for individual state variables.

finned-palmer commented 3 years ago

This is in progress, btw.

finned-palmer commented 3 years ago

This can be closed.