dvdvdmt / popup-tab-switcher

A browser extension that makes switching between tabs more convenient
85 stars 5 forks source link

Moving to SolidJs #70

Closed dvdvdmt closed 1 year ago

dvdvdmt commented 1 year ago

It is time to make the switcher more efficient and maintainable. [SolidJS]() framework showed itself as a great combination of the best practices from React like JSX, functional components, beautiful reactivity model (updating the view based on changes in state) and efficient DOM updates without any virtual DOM penalty.