Micah Godbolt

Results 105 comments of Micah Godbolt

@febbraro great points! I'm enjoying having someone bring up some different views in this discussion. After a bit of thought, I realized that the reason I hadn't originally put much...

Yeah, this is where the gray lines occur. I think performance is a consideration in that we want to be creating small file sizes, performant selectors, and speedy javascript. But...

@jvandenrym or maybe better yet in automation. the architect's job is to set up performance budgets, tests, and tools required to track the performance of a site. The actual implementation,...

@kevinwhoffman that was my idea with the FEA definition. Code quality, efficiency and sustainability. So I agree, the elements of FEA need to support the goals of FEA.

@kevinwhoffman exactly. Components might be the wrong word. Just like RWD is a combination of media queries, fluid grids, and responsive images, Front-end Architecture is comprised of: Coding Standards (how...

@jvandenrym yeah, i'm not sure if I like the word "Coding Standards", but I think it fits best for now. It's to answer the question of "how do we write...

After a bit of thought and debate, I'm simplified the pillars a bit, making them broader and more encompassing. Code (HTML/Sass/JS) Documentation (Components, System, Onboarding, APIs) Testing (Visual, Functional, End-to-end)...

I'm working on React 18 support in Fluent UI right now. The changes in Strict mode are causing a good bit of churn, so we have some work ahead of...

It took longer than expected, but peer deps have been updated. Both v8 and v9 will be usable within react 18 upon the next release.

Hitting this myself. We have individual files for each story, and then a single top level story file with default export that re-exports the individual stories. The warning is hitting...