Skip to content

Bootiful Dev With Spring Boot And React

Andrew Serff edited this page Dec 22, 2017 · 1 revision

Bootiful development with Spring Boot and React

Matt Raible

bit.ly/boot-and-react Slides will be on speaker deck too

Spring Boot

Auto configures Spring where ever possible

https://start.spring.io

es5.gihub.io git.io/es6features bit.ly/es7features typescriptlang.org

caniuse.com

typescript handles compatability to different versions. like polyfills.

Top Javascript Frameworks

  • Angular
  • React
  • VueJS

hotframeworks.com - github + stackoverflow score

React

create-react-app

create-react-app-typescript

learn react in an hour: https://vimeo.com/213710634

infrequently.org

Responsive web design vs mobile first design

nvm - is a node version switcher.

Implement the PRPL Pattern to help with mobile first.

create-react-app client --scripts-version=react-scripts-ts

Flow is a facebook way to add types to react.

Jest & Protractor - testing and browser driving.

You know how maven downloads the internet? NPM downloads the internet and all it's friends

Progressive web apps (PWA) the yarn build sets up the service workers.

Lighthouse will tell you how your PWA scores

okta has a bunch of auth helper stuff for both boot and react.

yo jhipster --experimental - to get a jhipster with react

jipster-book.com 21-points.com @jhipster_book

infoq-mini-book - how he wrote the book (ascii doctor)

Clone this wiki locally