Our meetup is back! Still online this time.
Join us at: https://www.airmeet.com/e/cc5f2a00-5242-11eb-ab74-0d8e4c467e01
Talks:
- Making sense of SSR, SPA, and Pre-rendering, by Amirul Abu
How to make architecture decision between server-side rendering, single page application, and pre-rendering. The talk will touch on what options does nextjs and nuxtjs provides, what are the pros and cons, what type of web application is suitable for each types, and what are the compromises. Will also demonstrate live websites with this characteristic.
- Integrating Apollo Server with React, by Teo Wai Hong
1. Setting up Apollo Server with React
2. Setting up typeDefs and Resolvers
3. Testing queries and mutation on backend (GraphQL)
4. Setting up Schemas on React
5. Running queries and mutation on React
6. Error handling with Apollo Server and React
- Angular in React: A Migration Approach, by Malcolm Kee
Sharing of how to incrementally migrate your frontend application from Angular to React by putting React inside Angular application.