Published inableneo tech & transformationGenerate tests using AI, and learn from it!Developers frequently complain “tests take too much time” or “testing is complicated. I do not know where to start.” Do not worry, AI is…Mar 10, 2023A response icon1Mar 10, 2023A response icon1
Published inableneo tech & transformationHow to do state management in a modern React application with hooks and Context APIFollowing this guide you will reevaluate introducion of global state management library in your application. Most of the state can be…Nov 21, 2022A response icon1Nov 21, 2022A response icon1
Published inableneo tech & transformationTyping of React hooks in TypescriptHooks are now the better option to do effects in react. Using hooks with typescript can be complicated at first let’s dive in.May 21, 2020A response icon1May 21, 2020A response icon1
Published inableneo tech & transformationJavascript debugging in IntelliJ IDEADeveloping amazing user interfaces does not come without obstacles let’s learn how to investigate and to resolve them with ease.Mar 27, 2020Mar 27, 2020
Published inableneo tech & transformationReact setState does not immediately update the stateReact hooks are now preferred for state management. Calling setState multiple times in one function can lead to unpredicted behavior read…Mar 27, 2020A response icon2Mar 27, 2020A response icon2
Published inableneo tech & transformationMaster React with Typescript and Unit TestsMost of the React components in our projects should be simple, reusable, testable and well-typed. Design components with well-defined…Oct 17, 2019A response icon2Oct 17, 2019A response icon2
Published inableneo tech & transformationBest practices for Javascript projectsPlanning with development strategy are lowering the probability of delays or project failures. Examine some of the best practices that can…Sep 25, 2019A response icon1Sep 25, 2019A response icon1
Published inableneo tech & transformation⚛️ Focused Styling in React and refactoring of MobxAre you using React on the project with an external theme? Read more theming of for React, some hints for mobx without decorators and more.Mar 19, 2019Mar 19, 2019
Published inableneo tech & transformationHow to use the hygen code generatorThere are platforms that list thousands of generators namely yeoman but often you will need something simple and custom. The alternative…Mar 13, 2019Mar 13, 2019
Published inableneo tech & transformationImprove your Javascript Developer Experience by generating codeNo one wants to spend time creating boilerplate. Generating repeating code patterns can speed up development tremendously. What are the…Mar 13, 2019A response icon1Mar 13, 2019A response icon1