novasamatech / telenova-web-app

Telenova is a brand new self-custodial Polkadot wallet that runs directly in Telegram providing you with a simple and clean user interface to manage your DOT, USDT, KSM tokens
https://t.me/telenova_app_bot
GNU General Public License v3.0
9 stars 0 forks source link

Add immer.js #212

Open stepanLav opened 3 weeks ago

stepanLav commented 3 weeks ago

Immer.js would help us make code more readable and think less about deep object alteration. Most common case is a sample with fn where we're gonna return modified object.