signal-k/client

Currently having build issues with the client for a few reasons:

  1. Started adding components from Threaded Comments that aren’t finished yet, resulting in build errors
  2. constants/contracts.ts file: Object literal's property 'outputs' implicitly has an 'any[]' type. error. Seems that the actual process is fine, but TS throws this error…and changing the file extension to .js seems to cause issues with the type safety of functions that are derived from this file.
  3. The new generator components have type safety issues…

First step → clone the original lens client and attempt to build it, see what the difference is. There’s probably some special package that we need to freeze the version of or something.

As of right now, all the different sections of the client app load about the same as before, with the Lens client being the biggest issue → not sure how much we can reduce latency, however it’s <2 seconds load time after the actual page has loaded to get posts from lens, so hopefully users won’t be irritated

Progress should ideally mirror Star Sailors Web Flow Roadmap