You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may out of scope, but wondering if is possible to Knockout have some kind of SSR support like other libraries/frameworks. I saw a discussion on KO repository but it seems a very basic approach to get the html rendered, there's a missing bit of reconciliation of the rendered html on the server and the view model in the browser side.
Not sure what happens if you call applybindings to already rendered view, but I suspect that it will not what we expected. I am not and expert but seems like other libraries are applying the binding on the rendered view and doing a verification if there html matches or not with expected from the bindings and data on the viewmodel.
The text was updated successfully, but these errors were encountered:
It may out of scope, but wondering if is possible to Knockout have some kind of SSR support like other libraries/frameworks. I saw a discussion on KO repository but it seems a very basic approach to get the html rendered, there's a missing bit of reconciliation of the rendered html on the server and the view model in the browser side.
Not sure what happens if you call applybindings to already rendered view, but I suspect that it will not what we expected. I am not and expert but seems like other libraries are applying the binding on the rendered view and doing a verification if there html matches or not with expected from the bindings and data on the viewmodel.
The text was updated successfully, but these errors were encountered: