truffle-box / drizzle-box

This box comes with everything you need to start using smart contracts from a react app with Drizzle. It includes drizzle, drizzle-react and drizzle-react-components to give you a complete overview of Drizzle's capabilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explanation for `user` folder and related auth modules

terencechow opened this issue · comments

The user folder appears to completely unused in this drizzle box. Is there any reason for this? Is there any explanation how to hook it up quickly? If not you should probably remove it from the box.

Hmm, you're right. I think this truffle box was super ambitious when it was first written. Inclusion of React Router shows that as well. I plan to create a much more minimal truffle box. In the mean time, if you'd like to submit a PR to remove that folder, you are welcome to do so!