Consider moving Rest Mock's frontend to framework #182
		Reference in New Issue
	
	Block a user
	
	No description provided.
		
		Delete Branch "%!s()"
	 
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to consider pros and cons of moving frontend of REST Mock to some frameworks. Current solution is too time consuming to maintain.
Points to consider:
REST Mock need some frameworks. In my opinion we need to consider them by what are the most repeating tasks for frontend.
Looking at the frontend tasks, the most it's about improving responsiveness, so primarily let's think about TailwindCSS(framework that make us instead of writing dozens of CSS classes and properties write class for HTML tag for example instead of writing "text-align: center;" in CSS file, we add for HTML tag class text-center, and if that property needs an unit the tailwind chooses the most responsive option.)
In many situations, we have to add new functions, or expanding existing. That in vanilla solutions often require writing a lot of code that currently exist. Due to that problem I propose to consider some component based framework like or if we want app to works fast, and need to take less time to implement changes
 or if we want app to works fast, and need to take less time to implement changes  .
.
Cleaning up codebase it's good solution for other WebTools, but for REST Mock if we're going to adding new features, sooner or later that move should be done. The more functions we'll need to rewrite, the longer it will take. So fourth milestone after fixing some backend problem in that tool will be the best time to first move frontend from backend, and second move to some framework.
I and @widlam decided to rewrite whole frontend using Vue.js.