Chris Nwamba is a Senior Developer Advocate at AWS focusing on AWS Amplify. He is also a teacher with years of experience building products and communities.
Razzle is a tool that abstracts all complex configuration needed for SSR into a single dependency, giving developers an experience of create-react-app, but then leaving the rest of the app's architectural decisions about frameworks, routing, and data fetching up to you. Learn how to get started with Razzle in server-rendering React applications.
Creating documentations using static site generators ensures that your sites are fast, configurable, easily maintained and secure. With VuePress, sites can be generated in no time with little or no configuration. These sites are static, and, as such, they can be deployed easily.
React Summit is a global event that brings frontend developers using React/JavaScript together to discuss what’s new, what’s possible and best practices.
Usually we just run `create-react-app` command in the terminal to spin up a React app. Most times that will do, but this CLI tool has hidden gems that can make your developer life more productive beyond the normal scaffolding. Here are 10 more things you can do with CRA.