Skip to content

Edmund Chan

All things WordPress and Web Development

Edmund Chan
  • Articles
  • Presentations
  • Contact

React

Passing Children to React elements

October 25, 2020October 25, 2020

I was playing around with the raw React APIs, specifically React.createElement(), when I was going through the EpicReact workshop on React Fundamentals and I stumbled upon an interesting finding. React.createElement(component, props, …children) accepts an object … Read more

Categories React, Web Development Leave a comment

Error Boundaries in React

February 6, 2020February 6, 2020

React 16 introduces a new concept called Error Boundaries which aims to provide proper error handling in the event of an error in a part of the App’s UI. You might have seen something like … Read more

Categories React, Web Development Leave a comment
© 2023 Edmundcwm