CSHub icon indicating copy to clipboard operation
CSHub copied to clipboard

Redo post structure

Open RobbinBaauw opened this issue 5 years ago • 1 comments

Right now, the post structure is very hacky.

For one, everything is one component and everything is watched to show the right things. This can be much improved by not doing that.

Also, we should decrease the number of requests dramatically. Now, opening a list of posts sends about 10 requests. Then clicking on one sends another 2. This is bad and can be improved by actually using different components and merging some functionality.

Another thing we could do is using keep-alive to cache components and making it even snappier

RobbinBaauw avatar Aug 31 '19 06:08 RobbinBaauw