A Frontend Performance Odyssey: Unraveling the Browser’s Bottlenecks
Memory optimisations on the browsers

Memory optimisations on the browsers

We have been using a rich text editor built on top of the tip-tap editor for different products of our application. Our email builder team uses the RTE to create feature rich email templates for thousands of customers. As we introduced this editor we had faced a lot of issues and received several feedback from our customer. Today I am going to talk about one of the major feedback we had received from the customer and how we fixed the problem at our end as there were no in-built solutions available for it.

While tools like Husky, Commitlint, and pre-commit hooks excel at enforcing code formatting and basic linting, Abstract Syntax Tree (AST) analysis unlocks a new level of consistent code structure and quality in your Vue-TypeScript projects.