Published inHackerNoon.comWeb Workers in React + Redux applicationRun scripts in background threads and perform tasks without interfering with the user interface.Oct 23, 2018Oct 23, 2018
Published incodeburstIntegrate Custom Elements into React appWeb Components in React with support in all popular browsers, including IE 11Aug 14, 2018Aug 14, 2018
Published incodeburstv4 Create React + Redux app structure with build configurations. What’s new?If you missed first part go here and figure out what is create-react-redux-app-structure about 😎Jul 2, 2018Jul 2, 2018
Published inHackerNoon.comMoving project’s components/services into packages (the separation of concerns)Component-based software engineering (CBSE), also called as component-based development (CBD), is a branch of software engineering that…Jun 14, 2018Jun 14, 2018
Published inHackerNoon.comCommunication between components (universal)Communication is important, especially neighborhood communication 😎 Let’s collect communication approaches between components.May 16, 20181May 16, 20181
Published inHackerNoon.comJSDoc. JavaScript: The Useful PartsJSDoc 3 is an API documentation generator for JavaScript, similar to Javadoc or phpDocumentor. You add documentation comments directly to…Apr 11, 20181Apr 11, 20181
Published inHackerNoon.comIs void forgotten? JavaScript: The Useful PartsIn many languages, void is a type that has no values. In JavaScript, void is a operator that takes an operand and return undefined. This is…Dec 21, 20174Dec 21, 20174
Published inHackerNoon.comDo you still register window event listeners in each component? (React in example)Each time when you call addEventListener() method it adds the specified EventListener- compatible object to the list of event listeners for…Nov 29, 20175Nov 29, 20175
Published incodeburstclearIntervals() when user has a nap (React in example with Page Visibility API)Do you still perform unnecessary tasks when the webpage is not visible? The setInterval() method will continue calling the function until…Nov 27, 2017Nov 27, 2017
Published inHackerNoon.comHow create-react-redux-app-structure helps you to start a project fasterSee the code on GitHub. Learn more on npmjs.comNov 23, 20172Nov 23, 20172