GeoffCox / recoil-examples

A set of examples of using the new Recoil JS state management library (http://recoiljs.org).
63 stars 17 forks source link

Demos using create-react-app? #4

Open karlhorky opened 4 years ago

karlhorky commented 4 years ago

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 in create-react-app? This would make it so that they would work on CodeSandbox, for example.

GeoffCox commented 3 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.

karlhorky commented 3 years ago

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).