Bu Kinoshita

Results 123 comments of Bu Kinoshita

I'm getting this too 😢

you can declare on your on codebase create a `react-cookies.d.ts` and paste this ```ts declare module 'react-cookies'` ``` I'll rewrite the package in ts https://github.com/bukinoshita/react-cookies/issues/72

I released the beta version, can you try it out so we can release an official version? v0.1.2-beta.0

maybe, not sure yet tho... because I don't save repeated pokemons on the database. Not sure if worth to capture a pokemon (waste a pokeball) on a pokemon I already...

Agreed! My first thought was to earn money when trying to catch a Pokémon or battling, just like the game. Each battle, no matter if win/lose it earns some money....

Battle is complicated, there's a lot of ways we can do that. My initial thoughts were: ### battle between trainers real-time battle(?) — complicate and not sure if it's viable....