past event
React Sydney April '19 (no joke!)
Date
Monday, 1 April 2019
Time
6:00 PM — 9:00 PM
Location
Domain Group HQ
55 Pyrmont Street, Sydney NSW 2000
past event
React Sydney April '19 (no joke!)
Date
Monday, 1 April 2019
Time
6:00 PM — 9:00 PM
Location
Domain Group HQ
55 Pyrmont Street, Sydney NSW 2000
Talks
Testing redux state/context/graphql queries and mutations using react-cosmos
By Jeremy Nagel
@jeznag
When testing your connected components, do you do the old
export class MyUnconnectedComponent [..] export default connect(...)(MyUnconnectedComponent)
trick? There is a better way using
react-cosmos
.Deep sea fishing with React hooks
By Alex Reardon
@alexandereardon
A lot of React hook examples paddle around in the shallows. I had a go at converting a large and sophisticated class based React application over to using hooks. In this talk I will share my journey and the hard fought lessons I have obtained.
Documenting Component Props
By Ben Conolly
@Noviny
If you can painlessly document your props, you unlock your components' reusability