You are viewing a single comment's thread.

view the rest of the comments →

PuttItOut ago

This is a trickier thing for us to do actually because of the way caching works.

I can't promise anything in this area because we have a lot of more important work to do.

It's on the list of things to research.

bikergang_accountant ago

Unless people will be blocking 100+ users you could also store it client side. But I guess that's what AVE is for.

PuttItOut ago

As Voat moves more and more to the API we will rely less on UI specific features, so we have to always consider how to handle scenarios in regards to both access mechanisms. Apps, for example, would need these same capabilities available.

go1dfish ago

This is the way to go. Solid API and build the site as a JS React app.

Optionally set up server side rendering for SEO and compatibility.

Reddit seems to be planning to replace their front end with something similar but I expect them to Digg v4 the site in the process.

tl;dr make the site just another API app. Then apps can do anything the site can do and you only have one code path for everything.