angular / preboot

Coordinate transfer of state from server to client view for isomorphic/universal JavaScript web applications
MIT License
382 stars 51 forks source link

Is this repository still maintained? #117

Closed blasco closed 3 years ago

blasco commented 3 years ago

Is this repository dead? If this is the case, what alternatives are there? I cannot find a way to get rid of the flicker after page load. ngIf in templates do not wait for the state being transferred by angular universal.

CaerusKaru commented 3 years ago

Not as much as I'd like, but I'm committed to getting a v11 release done, see here

blasco commented 3 years ago

Great, it is quiet unfortunate as I think there is really a huge problem with the transition from server to browser. Transfer state doesn't solve most of the issues, and so far I know there is no easy way to delay the rendering of the templates and avoid destroying the dom transferred by the server.