Found 983 bookmarks
Newest
Style Guide | Redux
Style Guide | Redux
Redux Style Guide: recommended patterns and best practices for using Redux
·redux.js.org·
Style Guide | Redux
After Dark in CSS
After Dark in CSS
Relive classic 1990s Mac and PC screensavers like Flying Toasters and Aquatic Realm, remade using modern CSS techniques like animations and transforms.
·bryanbraun.com·
After Dark in CSS
Ivan Akulov on Twitter: "21) /*#__PURE__*/ This is my favorite conference trick. If you have a function that you — call once, — store its result in a variable, — and then don’t use that variable – tree-shaking will remove the variable, but *not* the function. https://t.co/LfOwD59D2x" / Twitter
Ivan Akulov on Twitter: "21) /*#__PURE__*/ This is my favorite conference trick. If you have a function that you — call once, — store its result in a variable, — and then don’t use that variable – tree-shaking will remove the variable, but *not* the function. https://t.co/LfOwD59D2x" / Twitter
·twitter.com·
Ivan Akulov on Twitter: "21) /*#__PURE__*/ This is my favorite conference trick. If you have a function that you — call once, — store its result in a variable, — and then don’t use that variable – tree-shaking will remove the variable, but *not* the function. https://t.co/LfOwD59D2x" / Twitter
CSS Utility Classes and "Separation of Concerns"
CSS Utility Classes and "Separation of Concerns"
Over the last several years, the way I write CSS has transitioned from a "semantic" approach to something more like what people call "functional CSS." In this post I explain how I got to this point and share some of the lessons and insights I've picked up along the way.
·adamwathan.me·
CSS Utility Classes and "Separation of Concerns"
jestjs - testing private functions in typescript with jest - Stack Overflow
jestjs - testing private functions in typescript with jest - Stack Overflow
In the below code my test case was passed as expected but i am using stryker for mutation testing , handleError function is survived in mutation testing , so i want to kill the mutant by testing the
·stackoverflow.com·
jestjs - testing private functions in typescript with jest - Stack Overflow