Hello Everybody,
I’m still trying to figure out how observable works and wondering what purpose it has when it comes to integrating observable with a login script. I ask as someone new to learning observable and a lot of examples im looking at is using login and observable as an example.
With a login script your pulling in one time information, information that’ll never change for most part example userid, password, first name last name etc… perhaps with password script i can see things change but with a basic login is there a need for an observable specially when your storing login information within localstorage.setitem()