Skip to content
#

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,179 public repositories matching this topic...

nuxt.js
emiliobondioli
emiliobondioli commented Jul 26, 2019

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

dash
williamdes
williamdes commented Apr 20, 2021

As a follow up of #16839 I pushed 41e0d4dfb7817b21c82bc3a619a669487347adad to clean up the conditions. Also (d99da46f7a4ddeb1368e78521c99c7753dd41722 and aaaff9c307f1125de413aa092022de4ed19e2eeb are related commits)

I had to add Compatibility::isMySql and for me this is very disturbing because I did not hear that some MySQL features where not on PerconaDB

The work to do is:

  • proove the c