Saurabh Daware

Results 124 comments of Saurabh Daware

Oh I just checked turobolinks. I think they are doing a lot more than we need. I was thinking about vanilla implementation by having hover listeners and fetching the page....

Thank you so much this is super helpful! In Next.js they have single .html file and pages as javascript data so they can preload that javascript data and switch the...

This looks great! I'll check them out. Majorly we want to avoid the libraries since this is the JS which will be bundled with user's code so it is better...

The require syntax is kind of intended to remind people that things inside curly braces are Node.js and not frontend javascript. However, Babel would definitely help in other things like...

This is fixed in https://github.com/abelljs/abell/releases/tag/abell-v1.0.0-alpha.47. Thanks for opening the issue @judicaelandria 👯

awesome! Go ahead @saideepesh000. So one solution I can think of is to have `/` appended by default in dev-server when the path is something like `localhost:5000/hello`. So the new...

no I meant when you add this image inside blog with `![]()` and then open the blog without `/` (`localhost:5000/my-blog`)

oh I meant when we directly hit the http://localhost:5000/hello url we need to append `/` to URL from abell's dev server

There is info on how to run local abell version- https://github.com/abelljs/abell/blob/main/CONTRIBUTING.md#local-setup Once you get local abell version installed, you can just run `abell build` or `abell serve` in example project...

where exactly you're doing the console.log? can you try doing it somewhere in `src/commands/build.js` and run `abell build`