leob
leob
Work in progress: customizable SASS styles/themes are partially implemented, and the kitchen sink pages will be there in due course.
Okay thanks for the feedback! Yes, my intuition is that it should be possible, but it would definitely be interesting to research this. You've written an article explaining how to...
Well, I looked at Next.js but integrating it with Rekit will be very difficult, because: - It uses its own tooling to set up Webpack, HMR and so on (with...
Yes, your idea of creating wrappers for the pages might work, good one. Well anyway, I'm spending a few days looking at next.js to see if I like it and...
Yes it would be beneficial for those two cases. I think people often reach for SSR if they're building an app with characteristics of a 'classical' website (content heavy) but...
Looks great! Rekit Studio looks surprisingly much like VSCode, very slick (well VSCode is also a web app under the hood, just packaged in Electron). The point with my "legacy"...
Okay, just when I had the feeling I'd better give up on next.js (way too complicated) I got it working with authentication against a FeathersJS backend, that's better than I...
Yes the next step would be integrating that legacy page (and 'proving' that it cannot be done without SSR), this would justify the time that I've spent on it. Well...
Would have to look at how Rekit structures things, at the moment I know a bit more about next.js than about Rekit ... Typescript is a completely different story, haven't...
I'm backing @supnate on this, React is already confusing enough, with way too many alternative ways to do something. The strength of a framework like Vue.js is that it provides...