Open karlhorky opened 4 years ago
IMO, create-react-app has a ton of magic to them that would distract from learning recoil. My aim was as simple a project as possible. I will look into what it takes to get them working on CodeSandbox though.
Sure, ok, understood.
The default on CodeSandbox is create-react-app
, so if they worked with that, then they would "just work" with CodeSandbox (and they would also be drop-in for the large amount of users that use CRA).
Hi, nice project here! Really appreciate people making demos like this.
What's your opinion on re-making these examples in
create-react-app
? (or alternatively, making copies of them increate-react-app
? This would make it so that they would work on CodeSandbox, for example.