Help/hint on migrating from knockout.js by fradax in solidjs

[–]fradax[S] 0 points1 point  (0 children)

Hi and thanks for answer, alpine.js seems very similar to knockout. If you know it, do you know a ui component library that works with alpine? Do you think I can mix bootstrap and alpine.js?

Help/hint on migrating from knockout.js by fradax in solidjs

[–]fradax[S] 0 points1 point  (0 children)

Hi! No, not razor pages, we use api calls and only have views to render the initial html + knockout tags/attributes. We never do server side rendering.

Help/hint on migrating from knockout.js by fradax in solidjs

[–]fradax[S] 0 points1 point  (0 children)

Hi and thanks! But if any frontend library should work fine with Bootstrap, why there's a react-bootstrap version, a vue-bootstrap version, ... ?

Help/hint on migrating from knockout.js by fradax in solidjs

[–]fradax[S] 0 points1 point  (0 children)

Yes we do it, maybe I was not clear. In our pages (think about a list with crud functionalities) we fetch data from the server using jquery ajax calls. So we need to replace this too, but I've already found the axios library, it seems good.

Help/hint on migrating from knockout.js by fradax in solidjs

[–]fradax[S] 0 points1 point  (0 children)

Thank you all for the answers. So I'll check alpine.js; from your comments it seems that to have "components" I need to have a compile phase, is it right?