I have selected some news from the web dev world to share.
π Migrating 3.7 Million Lines of Flow Code to TypeScriptπ€ The Model Context Protocol (MCP) for Web Developersπ Stop White Box Testing Vue Components Use Testing Library Insteadπ You should try these VueUse composables
Have a great week.
Pinterest wrote about the migration from Flow Code to Typescript, In 8 months and no disruption of service ππ. They had a lot of planning and did the rollout in one take without any issues.
MCP is a protocol which make it easier for LLMβs to do some stuff for you, instead of creating a Jira ticket manually from your notes. You can just ask the LLM to read your notes and create the ticket instead.
White box testing is focusing on testing internal logic of Vue components, Its better to focus on the black box testing. When you use black box testing, you donβt test the internals instead you test like you are a user of your application.
7 composantes explained by Alexander Richter, shootout to : onClickOutside, whenever and until.