|
You are here |
www.boardinfinity.com | ||
| | | | |
frantic.im
|
|
| | | | | From React.createClass to hooks: why React is at odds with JavaScript | |
| | | | |
zacharyparsons.co.uk
|
|
| | | | | React is a frontend JavaScript framework, these are some note which I took while learning how it works. | |
| | | | |
blog.fedecarg.com
|
|
| | | | | One pattern I've used quite a lot while working with React at the BBC and Discovery Channel is the Data Container pattern. It became popular in the last couple of years thanks to libraries like Redux and Komposer. The idea is simple. When you build UI components in React you feed data into them via... | |
| | | | |
andreabergia.com
|
|
| | | Error handling is a fundamental aspect of programming. Unless you are writing hello world, you will need to handle errors in your code. In this post, I will discuss a bit the most common approaches used by various programming languages. Return error codes This is one of the most ancient strategies - if a function can fail, it can simply return an error code - often a negative number, or null. | ||