PWA’s: One Code Base, 3 App Stores. How to make PWA’s feel native

Nessim Btesh
5 min readMar 5, 2021

At Noritex we’ve been experimenting with running all of our applications into a single front-end code. These are the steps we took to gradually shift into one codebase.

React + Styled Components

The first step was that we carefully selected React + Styled Components because it allowed us to modify the CSS at runtime and injecting different styles based on the environments.

The perfect framework for this was Razzle, it allows us to server render for SEO…

--

--