single-page-applications
Here are 474 public repositories matching this topic...
-
Updated
May 19, 2020 - JavaScript
Docs
In the quickstart the first example explains how you can introduce stimulusreflex without any javascript. This seems somewhat magical, it would be nice if it was explained somewhere more clearly how the magic works behind the scenes or what assumptions are being made to make this work.
Referring to this https://docs.stimulusreflex.com/quickstart#call-reflex-methods-on-the-server-wit
-
Updated
Mar 21, 2019 - HTML
-
Updated
May 22, 2020 - Scala
-
Updated
May 19, 2017 - JavaScript
Please note that webpack-dev-server is presently in a maintenance-only mode and will not be accepting any additional features in the near term. Most new feature requests can be accomplished with Express middleware; please look into using the before and after hooks in the documentation.
For reference https://github.com/webpack/webpack-dev-server
Mostly I created this issue because I want to h
Hi! We have such directories names in our static website /public/doc/changelog/0.18
And when serve-handler handles requests we have 404 for such pages.
I found reason - there is false-positive extname checking here https://github.com/zeit/serve-handler/blob/master/src/index.js#L610
But I'm not sure how it should be resolved. Maybe this check can follow next one (where handles cleanUrl)
-
Updated
Aug 8, 2018 - JavaScript
This might be helpful. Two persons already asked for supporting React and Preact.
We know that we have to add a dependency, a babel plugin (or preset) for JSX, configure ESLint etc … but it isn’t a no brainer at all.
Attached you find a patch for setting a minimal preact example.
I would like to propose using GitHubs
-
Updated
May 23, 2020 - PHP
-
Updated
Mar 10, 2020 - JavaScript
-
Updated
Mar 10, 2020 - Kotlin
-
Updated
Mar 22, 2020 - JavaScript
-
Updated
Apr 3, 2020 - Vue
-
Updated
Apr 16, 2020 - Java
-
Updated
Apr 16, 2020 - Vue
-
Updated
Nov 1, 2017 - PHP
-
Updated
Nov 6, 2019 - C#
-
Updated
Apr 25, 2018 - TypeScript
-
Updated
May 13, 2020 - JavaScript
-
Updated
May 22, 2020 - TypeScript
-
Updated
Apr 14, 2018 - JavaScript
-
Updated
Sep 14, 2018 - JavaScript
-
Updated
Feb 12, 2020 - Python
-
Updated
Apr 30, 2020 - C#
-
Updated
Dec 26, 2018 - TypeScript
-
Updated
Jan 10, 2020 - CSS
Improve this page
Add a description, image, and links to the single-page-applications topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the single-page-applications topic, visit your repo's landing page and select "manage topics."


I'm submitting a feature request
aurelia-script 1.3.1
Current behavior:
If you make a typo, or on this case I forgot to add
asyncto a function, you get a long but useless stacktrace pointing to inside of aurelia but nowhere in the stack trace does it give me any clue of what view, class, file is at fault. I've had this issue for years, ever since Aurelia w