Message from JavaScript discussions

May 2017

— Visibility-wise

— 

Or if you don't care about refreshes, you could port all of it to node, as react can run on the server easily

— I would posit most DOM-manipulating things can be run on the server just fine

— Jsdom? :P

— Hmm, I am realizing the uniques map my be problematic

— On deletions, how would it know to remove unique characters from that set? it would not, off-hand, know that another word also shares those characters, or not

Message permanent page

— Nop

— So maybe I should keep a record of which words share which characters in that set

— My implementation never removes any character

— Ooooh wait a sec

— 

{
A: ["Aloha", "Ayy Lmao"]
}

— 

{

  L: ["Aloha", "Ayy Lmao"]

}