Luis VieiraSuperapps, composition and extensibilityThis article was originally posted on…Oct 26, 2023Oct 26, 2023
Luis VieiraWhy micro-frontends ?Micro-frontends are a strategy to increase an organization outputNov 25, 2022Nov 25, 2022
Luis VieiraMicro-frontends Weekly — 18/11/2022This week i was reading this interesting survey about the state of frontend development and to my surprise, it contained an entry about…Nov 18, 2022Nov 18, 2022
Luis VieiraBuilding large scale react applications in a monorepoA monorepo can be described as a repository that contains more than one logical project. These projects can be unrelated, loosely coupled…Mar 5, 201811Mar 5, 201811
Luis VieiraJest Snapshot SerializersOne of the best practices for properly using snapshots is to commit them, so that others can code review the changes you’ve made to the…Jul 25, 20171Jul 25, 20171
Luis VieirainHackerNoon.comSnapshot Testing With Jest — Beyond React componentsSnapshots are a great new way of testing UI components but their applicability can go beyond that, and they can be really useful in other…Jul 25, 2017Jul 25, 2017
Luis VieiraSnapshot testing React components with Jest — Best PracticesSnapshot testing with React makes writing tests for UI components a much easier task, but as always there are some good rules to follow and…May 23, 2017May 23, 2017
Luis VieiraSnapshot testing React components with JestSince version 14 Jest introduced a feature called snapshot testing. Snapshot testing is a way to assert the result of a given test by…May 23, 20171May 23, 20171
Luis VieiraEnvifying javascriptEnvifying is a simple and often misunderstood tool to create custom builds based on a predefined variable.Jan 31, 2017Jan 31, 2017
Luis VieirainThe UI filesTranspiling Javascript with babelJavascript as a language has been dormant for a few years, but from now on a new version of the language will be released every year…Jan 29, 2017Jan 29, 2017