All Projects → winterbe → Spring React Example

winterbe / Spring React Example

Licence: mit
Isomorphic Spring Boot React.js Example

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spring React Example

Uexam
学之思在线考试系统,支持多种题型:选择题、多选题、判断题、填空题、解答题以及数学公式,包含PC端、小程序端,扩展性强,部署方便、界面设计友好、代码结构清晰
Stars: ✭ 473 (-7.98%)
Mutual labels:  spring-boot
Spring Cloud Security
Security concerns for distributed applications implemented in Spring
Stars: ✭ 488 (-5.06%)
Mutual labels:  spring-boot
Spring Cloud Commons
Common classes used in different Spring Cloud implementations
Stars: ✭ 493 (-4.09%)
Mutual labels:  spring-boot
All Things Cqrs
Comprehensive guide to a couple of possible ways of synchronizing two states with Spring tools. Synchronization is shown by separating command and queries in a simple CQRS application.
Stars: ✭ 474 (-7.78%)
Mutual labels:  spring-boot
Spring Boot Tutorial
100+ Spring Boot Articles, Tutorials, Video tutorials, Projects, Guides, Source code examples etc
Stars: ✭ 482 (-6.23%)
Mutual labels:  spring-boot
Hsweb3 Demo
hsweb 3.0版本演示,ui基于miniui,集成hsweb全家桶的web端演示,集成代码生成器
Stars: ✭ 490 (-4.67%)
Mutual labels:  spring-boot
Fredboat
A Discord music bot sharing 1 million servers with 20 million users
Stars: ✭ 471 (-8.37%)
Mutual labels:  spring-boot
Spring Boot Microservices On Kubernetes
In this code we demonstrate how a simple Spring Boot application can be deployed on top of Kubernetes. This application, Office Space, mimicks the fictitious app idea from Michael Bolton in the movie "Office Space".
Stars: ✭ 504 (-1.95%)
Mutual labels:  spring-boot
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (-6.23%)
Mutual labels:  spring-boot
Guns Lite
基于spring boot脚手架项目,spring data jpa+Spring Boot2+bootstrap完整的后台管理系统
Stars: ✭ 491 (-4.47%)
Mutual labels:  spring-boot
Moduliths
Building modular, monolithic applications using Spring Boot
Stars: ✭ 478 (-7%)
Mutual labels:  spring-boot
Celerio Angular Quickstart
Generate an Angular 5 CRUD application from an existing database schema (we provide a sample one)
Stars: ✭ 483 (-6.03%)
Mutual labels:  spring-boot
Sts4
The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Eclipse, Visual Studio Code, and Theia
Stars: ✭ 490 (-4.67%)
Mutual labels:  spring-boot
Flycms
FlyCms 是一个类似知乎以问答为基础的完全开源的JAVA语言开发的社交网络建站程序,基于 Spring Boot+Bootstrap3+MyBatis+MySql+Solr +Ehcache应用架构,专注于社区内容的整理、归类和检索,它集合了问答,digg,wiki 等多个程序的优点,帮助用户轻松搭建专业的知识库和在线问答社区。业务模块包括:权限管理,会员管理,角色管理,定时任务管理(调度管理),问答管理,文章管理,分享管理,短信接口管理和邮件系统发送(注册、找回密码、邮件订阅),跨域登录,消息推送,全文检索、前端国际化等等众多模块,等您自己来体验!
Stars: ✭ 472 (-8.17%)
Mutual labels:  spring-boot
Zally
A minimalistic, simple-to-use API linter
Stars: ✭ 499 (-2.92%)
Mutual labels:  spring-boot
Restaurant App
Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web
Stars: ✭ 471 (-8.37%)
Mutual labels:  spring-boot
Hellokoding Courses
HelloKoding provides practical coding guides series of Spring Boot, Java, Algorithms, and other topics on software engineering
Stars: ✭ 490 (-4.67%)
Mutual labels:  spring-boot
Proxypool
给爬虫使用的代理IP池
Stars: ✭ 508 (-1.17%)
Mutual labels:  spring-boot
Shirojwt
API SpringBoot + Shiro + Java-Jwt + Redis(Jedis)
Stars: ✭ 503 (-2.14%)
Mutual labels:  spring-boot
Im
IM server based on netty. Provides a client jar. Integrate with your own login system.基于netty实现的IM服务端,提供客户端jar包,可集成自己的登录系统
Stars: ✭ 490 (-4.67%)
Mutual labels:  spring-boot

Spring Boot React Example

Example of the official React.js Tutorial using Spring Boot on the server-side.

The CommentBox main view is isomorphic: HTML is initially rendered on the server with Nashorn by utilizing React.renderToString. All interactive DOM manipulations are handled by React directly in the browser.

For further explanation read this blog post and follow me on Twitter.

See also winterbe/react-samples for a bunch of client-side React.js examples.


★★★ Like this project? Leave a star, follow on Twitter or donate to support my work! Thanks. ★★★

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].