ReasonReact beginner here looking for up to date App examples


#1

Hi! Every time I give ReasonReact a try, I find myself digging through some rabbit holes how to properly set up a project structure in a way that it all “clicks” :slight_smile:

What are the best app examples out there that one can use to learn by reviewing the code? I found the react-hooks template to be insufficient. For example, what is the way to deal with CSS and other assets when using "in-source": false?


#2

Hi David, use "in-source": true is the recommended setup. Use that and a few things will get easier, e.g. dealing with online tutorials which assume that.


#3

Maybe not up to date but I know mine are at least :slight_smile: