reactReact Typescript library with Rollup and Jest - Storybook setupIn this part of React Typescript library setup tutorial I will describe how you can add Storybook base documentation for your components. If…27 Sep 20205 min read
reactReact Typescript library with Rollup and Jest - tests setupIf you are starting from this page I would suggest you to go back to the part 1 of this tutorial where initial Rollup and Typescript setup…02 May 20204 min read
reactReact Typescript library with Rollup and Jest - adding ReactIf you are starting from this page I would suggest you to go back to the part 1 of this tutorial where initial Rollup and Typescript setup…18 Apr 20203 min read
reactReact Typescript library with Rollup and Jest - initializationHere is a tutorial which will show you how to create your own NPM package with React components written in Typescript. You can check https…15 Mar 20208 min read
reactReact multiple event handlers performanceHow to bind handlers in React to multiple similar elements e.g. buttons on list? Is it any better to use one handler and identify clicked…09 Mar 20193 min read
reactReact.PureComponent - different ways of writing event handlersThere are many ways to define event handlers in React. Are there any differences between them? TLDR; You should probably avoid the inline…04 Mar 20194 min read
reactReact.PureComponent - children vs custom propertiesCan I use the property with React.PureComponent, or do I have to use only custom properties? TLDR; You can use with React.PureComponent as…27 Feb 20192 min read