Pinnedseeliang·Jul 14, 2021How to update lint without lint the whole projectSince you are reading this, I think it is safe to say: we all love lint. We love the part it could reduce the time we spend on code review…A response icon1A response icon1
InDesign Systems Collectivebyseeliang·Aug 17, 2025The mistakes we have made with our design system- Component ContainersIn this part, I am going to talk about how we can incorrectly compose components with Component Containers in a design system.
seeliang·Sep 20, 2023Jest Mocking cheatsheetHere are some common ways of mocking we would need in our unit tests
seeliang·Jul 6, 2022Windows11 with WSL2: finally a Unix/Mac friendly development environmentI supported front-end improvement with evergreen linter rules setup in my previous job. When it hits grep (Unix command), the developers…A response icon1A response icon1
seeliang·May 24, 2022Apps / Repos separation solutions for scaling JavaScript developmentBack in the “old days”(before 2010s), there was no client side app , everything must be generated on server side, like One Page per App…
seeliang·Oct 5, 2021Consume private GitHub packages in local develop environmentIf you or your team like to use private npm packages service, Github packages is popular choise, here this how to use it
seeliang·Sep 26, 2021Running eslint airbnb with create react app in parallelFor someone who would like to start react foundation for eslint, airbnb lint is always a good start. This week, this someone is me.
seeliang·Jul 10, 2021Write more readable code with React structure in any framework— use angular 1 as sampleUpdate: