manu-garcia / react-pwa-from-scratch

Building a React Progressive Web App from scratch
MIT License
5 stars 1 forks source link
code-splitting dynamic-import gulp hot-module-replacement reactjs service-worker webpack

react-pwa-from-scratch

Building a React Progressive Web App from scratch

This project serves as a playground to try out multiple technologies and techniques in modern web app development. Intentionally though, the application perse serves no purpose at all.

Extra thanks to Udacity/Google Web Specialist scholarship and its always supporting community.

Interesting things to look at in the code:

Firebase (https://firebase.google.com)

Why I use Firebase?

Webpack (https://webpack.js.org) Why I use webpack?

ES6 We know improving the web platform is hard work and a slow process too. But things have been changing for a while already, bringing great new features to the language. If just would be more like TypeScript ;-)

React

Redux

Progressive Web App

This is a list of some of the motivations why I started this project. I have not focused (I might do) on providing useful functionality but try techniques and technologies out.