Bring Your PHP Application to the Next Level with React.JS

Bring Your PHP Application to the Next Level with React.JS

PHP UK Conference via YouTube Direct link

PHP templates

7 of 43

7 of 43

PHP templates

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Bring Your PHP Application to the Next Level with React.JS

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Application architecture
  3. 3 Code and component re-use
  4. 4 Rapid Development
  5. 5 With PHP and React.js
  6. 6 ResearchGate SCIENTIFIC NETWORK
  7. 7 PHP templates
  8. 8 Small components over big controllers
  9. 9 Share code between server and client
  10. 10 Virtual DOM
  11. 11 Getting the data in there
  12. 12 Problematic
  13. 13 Underfetching
  14. 14 Flux Datastores
  15. 15 Requirements
  16. 16 Remember: self contained
  17. 17 Do not fetch data directly
  18. 18 Require stuff
  19. 19 Request Cache
  20. 20 Multi-GET
  21. 21 Futures
  22. 22 Data dependencies within a widget
  23. 23 Callbacks
  24. 24 PHP 5.5 Generators
  25. 25 Data dependencies between Widgets
  26. 26 Assembling the tree
  27. 27 Widget Requirement
  28. 28 Getting the data to React.js
  29. 29 Server side rendering
  30. 30 Better user experience
  31. 31 Several approaches
  32. 32 NodeJS proxy
  33. 33 Bundling
  34. 34 Rapid prototyping
  35. 35 Easier Refactoring
  36. 36 Easy re-using of components
  37. 37 Error Handling
  38. 38 Feature toggles
  39. 39 Caching of Components
  40. 40 Load components asynchronously
  41. 41 Conclusion?
  42. 42 Think about your architecture
  43. 43 Frontend and backend are part of the same application

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.