#
single-page-app
Here are 1,259 public repositories matching this topic...
Telegram web application, GPL v3
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
Client-Side JavaScript Site Generator
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Aug 17, 2020 - JavaScript
A simple middleware-style router for isomorphic JavaScript web apps
-
Updated
Mar 11, 2020 - 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
白卷是一款使用 Vue+Spring Boot 开发的前后端分离项目,附带全套开发教程。(A simple CMS developed by Spring Boot and Vue.js with development tutorials)
-
Updated
Jul 27, 2020 - Java
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
Aug 29, 2020 - JavaScript
A highly opinionated starter kit for building Single Page Applications with Laravel and Vue.js
-
Updated
Oct 3, 2018 - PHP
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
Jun 11, 2020 - JavaScript
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
Jul 30, 2020 - JavaScript
Dependency free file server for single page app development
-
Updated
Jun 15, 2020 - 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
Jul 30, 2020 - Vue
Letterpad is an open-source and a high performant publishing engine for blogs built with react & graphql and runs ridiculously fast 🚀
-
Updated
Aug 25, 2020 - TypeScript
jancborchardt
commented
Jun 9, 2020
These are left over – the primary button icons should always be the same as the text color, which depends on theming color, not light/dark theme.
- Reply button icon

- Send button icon
![](https://user-images.githubusercontent.com/925062/84189034-dc87f200-aa94-11ea-9ba0-b137318
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
Jun 10, 2020 - 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
Create Elm programs that run in browsers!
-
Updated
Jul 12, 2020 - Elm
Static file serving for Electron apps
-
Updated
Apr 4, 2020 - JavaScript
A reactive mini-social-network created with Vue!! 🏳️🌈 🤞
-
Updated
Apr 29, 2020 - Vue
A JavaScript router for single-page applications
-
Updated
Jul 30, 2020 - JavaScript
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
Jul 8, 2020 - Java
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
zlosliwa
commented
Aug 21, 2020
What I'm trying to achieve
Placeholder "Search ..." is only visible if focus is set to the field search, so it is not clear that this field is there.
Steps to reproduce the problem
- Log in as an Admin to Dashboard.
- Go to page where search is available e.g. Products
- Move mouse to the field with search
- Placeholder is shown after step no. 3.
What I expected to h
A reactive mini-social-network created with React!! 😍 🍻
-
Updated
Apr 29, 2020 - JavaScript
An Isomorphic MVC Framework
-
Updated
Aug 26, 2020 - JavaScript
JSON Schema Editor is an intuitive editor for JSON schema. It provides a tree view to present the structure of schema, and a property inspector to edit the properties of schema element. Develop with Vue.js 2 and Firebase.
-
Updated
Feb 21, 2020 - Vue
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 embed drag and copy feature in ra data grid. But I cannot access data grid's
innerTextbecauseDataGrid,DataGridBodydoes not forwardrefto inner material-ui element.Describe the solution you'd like
Add
React.forwardReftoDatagrid.tsx,DatagridBody.tsx,DatagridCell.tsx.**Describe alternat