Sessions used mainly for booleans, best practices

Not with reactivity, but the exposure aspect

Yeah, you can still see all the Method calls and what not. You can also see the names of all your states, but that doesn’t really matter too much, since they are all generic like “error” or “load” and just general UI stuff like that.

I also disagree. Obfuscating method names or session variables doesn’t improve your security at all, but makes the code harder to read, debug and maintain. I strongly advice against doing such things. Better invest the time to do a proper security audit and penetration testing.

3 Likes