@housecor Don’t have a exact link but it’s no different than the recommendation for SPAs to store tokens in browser memory using JavaScript closures. Retrieve tokens, send them to a backend, respond with Set-Cookie headers. Same XSS protection when server render isn’t being used.
My talk on systemizing front end development and design from @thoughtworks xConf NA is now available, along with all of the incredible content from other ThoughtWorkers. https://t.co/tBG7WnBRyO
@vvgomes I should be able to write my styles any way I want, and have a processor that atomizes it for production to generate the smallest number of atomic css classes that covers all the rules my app contains.
How can your team use GitHub PRs more effectively? Pete knows. His recommendations are fantastic. My favorite? Don’t require code review. Shock! (Don’t worry, he explains why) #github
@ph1 I really like the “overall approach before coding” point. Any tips on how to facilitate/encourage that effectively? Especially when folks are working remote or largely independently and want to grab a story and go.