spapierz / Jamming

App that uses Spotify API to search music and create a playlist that imports into Spotify account
http://jammmingpapierz.surge.sh/
0 stars 0 forks source link

Summary #4

Open mp1pro opened 6 years ago

mp1pro commented 6 years ago

The app ran very well. All the features worked as expected. Only issues in regards to best practices were mentioned. I would also suggest covering states and lifecycles. Even though the app can run without state, making the data stateful will make adding new features and scaling the app a lot easier. Here is a great document on that;

https://reactjs.org/docs/state-and-lifecycle.html

spapierz commented 6 years ago

Thank you for the resource!