#
single-page-app
Here are 1,801 public repositories matching this topic...
A fancy self-hosted monitoring tool
docker
monitor
monitoring
responsive
single-page-app
websocket
socket-io
selfhosted
self-hosted
uptime
webapp
uptime-monitoring
-
Updated
May 30, 2022 - JavaScript
Telegram web application, GPL v3
-
Updated
Mar 23, 2022 - JavaScript
-
Updated
Feb 10, 2022 - JavaScript
Client-Side JavaScript Site Generator
-
Updated
Apr 28, 2021 - JavaScript
白卷是一款使用 Vue+Spring Boot 开发的前后端分离项目,附带全套开发教程。(A simple CMS developed by Spring Boot and Vue.js with development tutorials)
-
Updated
Apr 29, 2022 - Java
-
Updated
Apr 20, 2021 - JavaScript
A simple middleware-style router for isomorphic JavaScript web apps
-
Updated
Apr 13, 2022 - TypeScript
用React和Ant Design搭建的一个通用管理后台
react
redux
crud
admin
webpack
database
dashboard
react-router
ant
single-page-app
reactjs
admin-dashboard
admin-ui
database-management
antd
database-gui
frontend-framework
admin-theme
ant-design
-
Updated
Jun 28, 2017 - JavaScript
Watch videos with friends online with the new real time video synchronization platform
nodejs
social
synchronization
video-player
single-page-app
socket-io
realtime
web-sockets
watch-synchronized-videos
-
Updated
May 28, 2021 - JavaScript
A lean, modular web server for rapid full-stack development.
web-development
web-server
server
backend
progressive-web-app
single-page-app
full-stack
webapp
lws
webapplication
-
Updated
May 28, 2022 - JavaScript
A highly opinionated starter kit for building Single Page Applications with Laravel and Vue.js
-
Updated
Oct 3, 2018 - PHP
Dependency free file server for single page app development
-
Updated
Apr 13, 2022 - JavaScript
Vue.js based REST-ful CRUD system
javascript
cms
boilerplate
crud
spa
webpack
rest
vue
material-design
single-page-app
vuejs2
vuex
crm
crud-application
crm-system
boilerplate-application
vuetify
vue-crud
-
Updated
Apr 28, 2022 - Vue
ChristophWurst
commented
May 20, 2022
Steps to reproduce
- Click New message
- Focus the subject input
Expected behavior
Same border on top and bottom.
Actual behavior
Mail app version
v1.13.0
Mailserver or service
No response
Operating system
_No
bug
1. to develop
design
good first issue
Small tasks with clear documentation about how and in which place you need to fix things in.
Create React App with server-side code support
react
javascript
graphql
template
relay
boilerplate
babel
webpack
isomorphic
create-react-app
single-page-app
ssr
reactjs
server-side-rendering
graphql-js
react-starter-kit
react-starter
relay-modern
-
Updated
May 16, 2022 - JavaScript
Letterpad is an open-source and a high performant publishing engine, built with react & graphql and runs ridiculously fast 🚀
-
Updated
May 29, 2022 - CSS
Telegram Web K, GPL v3
-
Updated
May 25, 2022 - TypeScript
A GraphQL-powered, single-page dashboard application for Saleor.
react
graphql
ecommerce
typescript
dashboard
single-page-app
uri
ecommerce-platform
hacktoberfest
saleor
saleor-dashboard
-
Updated
May 30, 2022 - TypeScript
A Simple, Powerful Webpack Front-End Development Solution
react
typescript
vue
single-page-app
webpack-configuration
stylus
server-side-rendering
hot-reload
weex
wepback
multi-page-application
image-mining
js-minify
service-worker-precache
less-loader
css-minify
sass-load
easywebpack
webpack4
-
Updated
Mar 17, 2022 - JavaScript
A frontend framework for building admin SPAs on top of REST services, using React and Material Design.
react
graphql
admin
rest
single-page-app
material-ui
admin-dashboard
admin-on-rest
frontend-framework
react-admin
-
Updated
Aug 8, 2018 - JavaScript
Declarative AJAX requests and automatic network state management for single-page applications
react
redux
javascript
fetch
graphql
front-end
ajax-request
typescript
frontend
single-page-app
websocket
ajax
http-client
monorepo
websocket-client
axios
optimistic-ui
higher-order-reducers
optimistic-updates
-
Updated
May 16, 2022 - JavaScript
Static file serving for Electron apps
-
Updated
Jan 23, 2021 - JavaScript
a simple SPA in vanilla js
-
Updated
Oct 11, 2018 - JavaScript
An iOS Wrapper application to create a native iOS App from an offline-capable Progressive Web App.
ios
wrapper
spa
pwa
offline
appcache
progressive-web-app
offline-first
single-page-app
ios-app
ios-swift
offline-capable
offline-app
ios-pwa-wrapper
ios-wrapper
-
Updated
Jul 3, 2019 - Swift
Android Wrapper to create native Android Apps from offline-capable Progressive Web Apps
android
wrapper
spa
pwa
offline
service-worker
progressive-web-app
offline-first
single-page-app
android-wrapper
android-app
offline-capable
offline-app
android-pwa-wrapper
-
Updated
Dec 29, 2021 - Java
Create Elm programs that run in browsers!
-
Updated
Jul 5, 2021 - Elm
A reactive mini-social-network created with Vue!! 🏳️🌈 🤞 - No longer maintained.
-
Updated
Feb 11, 2022 - Vue
AWS Amplify Hosting provides a Git-based workflow for deploying and hosting fullstack serverless web applications.
git
aws
serverless
single-page-app
hosting
ci-cd
static-site
web-application
fullstack
jamstack
custom-domain
aws-amplify
-
Updated
Apr 14, 2022 - Dockerfile
Improve this page
Add a description, image, and links to the single-page-app 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-app topic, visit your repo's landing page and select "manage topics."

Is your feature request related to a problem? Please describe.
I want to display empty text in case where reference is set but the referenced entity is missing. This is easily a case in systems where soft deleting is allowed.
Describe the solution you'd like
For now I am using the same
emptyTextas is used in the same case where the reference is not set. This works for me, but maybe