todo-react-redux
todo-react-redux copied to clipboard
Todo app with Create-React-App • React-Redux • Firebase • OAuth
Trying to use pull request. Have a good day :)
Why did you include `firebase-tools` in the dependencies list? I read the code and I couldn't find the purpose of that. Would you please elaborate here.
Module parse failed: Unexpected token (11:4) You may need an appropriate loader to handle this file type. | const scssClasses = classNames('btn', className); | return ( | | {children} |...
THis seems to be the only code i came across that integrates firebase+react+es6+redux. would love a video/written tutorial , so a newbie like be can understand. thanks in advance.
I made a new page for all users tasks to be shown. I set the Firebase Rules Read to true to anyone can see them. Any advice to what I...
Have you seen this redux auth wrapper? Seems like it's similar to the boilerplate you've set up with Firebase auth in the `requireAuth()`. Thoughts on integrating it? - https://github.com/mjrussell/redux-auth-wrapper
Angular has a concept in it's ui.router you may know, `resolve`. I'm wondering if you would recommend doing that for react router, loading all data for a route using `onEnter`...
I would love to see when a task was added and completed It could be shown the same way as I described in issue #57
I would love the ability to add a longer description to a task Then there would be a plus-button next to the title or something, that when clicked it added...