Serverless on Google with Cloud Functions and React
Combining serverless architecture with a React frontend means you can spin up applications with minimal administrative overhead. (more…)
Read more »Sometimes writing complex React components, like huge dynamic forms,
isn’t easy. By default for control flow in JSX we use conditional
operator, so, for example, a complex form with some logic will look like: Read more