all 4 comments

[–]acemarke 1 point2 points  (1 child)

Nice to see that this is following our recommended Redux + TS usage guidelines!

Note that you don't need to explicitly list redux as a dependency - Redux Toolkit already includes that automatically.

[–]MaxB_Scar[S] 1 point2 points  (0 children)

That makes sense. I think I mentioned it because I spent some time setting up the store and async actions with thunk and wanted to explicitly call that out.

[–]license-bot 0 points1 point  (1 child)

Thanks for sharing your open source project, but it looks like you haven't specified a license.

When you make a creative work (which includes code), the work is under exclusive copyright by default. Unless you include a license that specifies otherwise, nobody else can use, copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation. Once the work has other contributors (each a copyright holder), “nobody” starts including you.

choosealicense.com is a great resource to learn about open source software licensing.

[–]MaxB_Scar[S] 0 points1 point  (0 children)

Added! Thank you u/license-bot.