Published onApril 29, 2021Reduce AWS Amplify bundle sizeReactJavaScriptTypescriptAWSAWS-AmplifyNextjsHow to optimize AWS Amplify imports and reduce the first-load size in web and mobile applications built using AWS cloud services.
Published onDecember 4, 2018Understanding React.SuspenseReactJavaScriptReact Suspense is a powerful feature that allows developers to pause rendering until a task, such as loading data from an API, is completed.
Published onNovember 21, 2018Avoid unnecessary re-renders with React.memoReactJavaScriptPrevent unnecessary component re-renders in React with React.memo, PureComponent, and shouldComponentUpdate.
Published onOctober 6, 2016UpdatedUpdated April 26, 2026How to Comment in React, JSX, and TSXReactJavascriptTypescriptLearn how to write comments in React, JSX, and TSX, including single-line comments, multi-line comments, and how to comment out JSX blocks correctly.