web-app
A web application is any program that is accessed over a network connection using HTTP, usually via a web browser. Web apps do not have to be installed on a user's device; they are run from a remote server. This differs from mobile apps, which are installed on the user's mobile device, and desktop applications, which are installed on the user's computer. Common examples of web apps include Flash games, online calculators, calendars, Gmail, and Facebook.
Here are 2,121 public repositories matching this topic...
What problem does this feature solve?
Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling nuxt generate to run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba
-
Updated
Nov 13, 2020 - Vue
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.
E
-
Updated
Mar 27, 2021 - HTML
-
Updated
Mar 29, 2021 - JavaScript
Describe the bug
On click New button to add new procedure, we are taken to a new page instead of showing a popup
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A popup like this:

Summary
I wanted to swap out components in my Markdown with custom ones. I was happy to see that there was already an example (in the
gatsby/examples/using-remark/dir, also hosted at https://using-remark.gatsbyjs.org/custom-components/)However, I quickly discovered that the following suggested snippet makes the TypeScript compiler very unhappy.