React Bangkok 2.0.0 website
https://reactbkk.github.io/2.0.0/
Photo Album https://www.facebook.com/media/set/?set=oa.1476859869001431&type=3
Session Name | Speakers(s) | Materials |
---|---|---|
React in the right way | Somkiat Puisungnoen | Slides Videos Blog |
Live coding session | Thai Pangsakulyanont | Slides Video Code/Frontend Code/Backend |
Switching from Mobile (Native) To React Web Dev | Chinnawat Panmongkol | Slides Video |
Angular to React without Breaking Things | Jirat Kijlerdpornpailoj | Slides Video |
Workshop with Next.js | Nati Namvong | Slides Video |
Session Name | Speakers(s) | Materials |
---|---|---|
Scalable React App Architecture | Zack Siri | Slides Video |
Behavior Driven Development in React Native | Tim Tana | Slides Video |
Styled Components: Change your CSS styling mindset! | Yanin Tuamsuk | Slides Video |
Testable React: Patterns and comparison | Chakrit Likitkhajorn | Slides Video |
Lessons Learned from using Next.js in Production | Panjamapong Sermsawatsri | Slides Video |
Session Name | Speakers(s) | Materials |
---|---|---|
How to adopt React on a moving fast startup | Sira Sujjinanont | Slides Video Video 2 |
React native with Expo | Phatthana Batt Tongon | Slides Video |
React + Web Component | Tanakrit Saisillapee | Slides Video |
GraphQL: The Evolution of API | Suranart Niamcome | Slides Video |
Apollo Client | Kanin Sirisith | Slides Video |
pages
Next.js pagesstatic
Next.js static filescomponents
React componentspublic
Additional files to be copied to GitHub pagesresources
Additional files that may be used from JavaScript files (e.g. svg files)
yarn
yarn start
yarn run build
yarn run serve-static
Test the website at http://localhost:3002/
When a commit is added to master
branch, it will be deployed to GitHub Pages by the CI.