React Sydney: December Event
- Date- Monday, 2 December 2019 
- Time- 6:00 PM β 9:00 PM 
- Location- Atlassian HQ - Level 29, 363 George Street Sydney 
React Sydney: December Event
- Date- Monday, 2 December 2019 
- Time- 6:00 PM β 9:00 PM 
- Location- Atlassian HQ - Level 29, 363 George Street Sydney 
Talks
- Gatsby π Netlify CMS - By Karolis Stulgys. @imkarolis
 - Manage your website/portfolio/blog/⦠you name it⦠content with ease. - In this talk I will show you how to: - set up Gatsby with Netlify CMS.
- add content via Netlify CMS admin panel with different widgets (text, markdown, select, etc.).
- query data with graphql layer in Gatsby and render the content.
- workflow pushing new changes to the website.
 
- Test Driven Development with React- By Leon Bezuidenhout 
 - Test Driven Development emphasises quick iterations for your code. You won't code faster, but perhaps you will be more accurate. - TDD has been around for a while and I have avoided it for most of my career. I decided for the month of October all code I write I will do TDD. The result was much more positive than I thought it would be and made me rethink how I code. This talk covers the testing pyramid, the importance of unit testing and the tools I use for testing React. As part of the talk I will work through a trivial example to demonstrate how to do TDD. 
- Concurrent Mode - By Mike Hazell @themikehazell
 - An introduction to the use cases, patterns and gotchas in React's Concurrent Mode. - After a brief explanation of what Concurrent mode is, we'll build an example application which progressively introduces each of the API's while showing what benefits they bring, the patterns we can leverage, and the gotchas to watch out for.