Use React for Popup design
Closed this issue · 1 comments
BartoszKlonowski commented
Currently the main popup is implemented using plain HTML with CSS.
It is quite simple, but it will definitely become more complicated as new features and ideas will appear.
To make the development easier (more comfortable) the React should be used.
So the goal of this issue is to migrate the whole MainPopup
implementation to the React.
BartoszKlonowski commented
The best would be to use the Add React in one minute guide from the official docs.
The less modifications in how the plugin is built and configuration - the better.