What a Flerken are React PropTypes and How to Use Them in a Fancy Way?
One of the main concepts of a React Component is its props. The props are used to pass data to a component, just like a parameter is to a function,…
Destroying an Association Marked as Read-Only in Rails
Read-only is a boolean setting. When true, it prevents an Active Record instance to be updated or destroyed. Although very helpful, there are a few cases where you want to…