React.js pure render performance anti-pattern

Pure render optimized React components can be extremely performant but it requires users to treat their data as immutable for it to work…