flamethrower icon indicating copy to clipboard operation
flamethrower copied to clipboard

A blazingly fast router for static sites

Results 36 flamethrower issues
Sort by recently updated
recently updated
newest added

Setting [data-cold] might not always be possible. It would be nice to have the option to opt-(out/in) using a selector. Something like that: ```js const linkSelector = ':not(.some-class)' if (!anchor.matches(linkSelector))...

this pull request avoids that web components are recreated on each page navigation. how: nodes with the attribute "flamethrower-preserve" will be moved to the new page body instead of recreating...

Adds documentation to the docs director. This is not a GUIDE! It's documentation for every function, type, interface, class and method in the `lib` directory!

The all contributor spec can be found [here](https://allcontributors.org/docs/en/specification). It has a cli, and a GitHub action... This can help recognize contributors.

It would be great if to add the counter example. Obviously because flamethrower replaces the whole html body, the counter still gets reinitialized when navigating. So you need to save...

One way to solve the many prefetch calls on a page and still have a fast experience would be to add the possibility to pass a time argument to the...

hello everyone, I've tried to implement `page object model` for the `playwright test`, but I have an issue related to import module. - here's my code ![image](https://user-images.githubusercontent.com/6134774/185839628-08e56d66-4472-4e1f-87f3-777ca016ebf1.png) - folder structure...

After serving it on http://localhost:3000, I manually typed the URL and it loaded the example site. I can get out of this site if I press the back button now....

Add "sonarjs" and "prettier" to eslint plugins Turn off "@typescript-eslint/no-require-imports" for *.js files Turn off "@typescript-eslint/member-delimiter-style" for single line style