#
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


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