Sunday 19 March 2017

Patterns for managing user profiles in nodejs/react?

Not talking about authentication -- there are plenty of options for that like passport or auth0. But in node and/or React, what do we do with the rest of the user profile and related user data we collect? Things like application preferences or links to a users social profiles or phone number, etc etc.

Is the only option just to store that user profile data in a database like its 1995 or is there a handy module/library/tool people recommend that makes it easier?



via scottsanchez

No comments:

Post a Comment