Published onJuly 19, 2020What the hell is a Pure Function?javascriptreactprogrammingReact is pretty flexible but it has a single strict rule. All React components must act like pure functions with respect to their props.
Published onJuly 14, 2020Server-side Rendering explainedjavascriptreactprogrammingHow fast the browser builds your app depends on how you build it. The first thing the browser receives is an HTML document and other assets like image, CSS, javascript.