|
|
|
|
|
by albertizzley
1305 days ago
|
|
You don't need framework. You can create classes, make api requests (axios), add 3rd party libraries in vanilla. The only thing you have to watch out for if you are making a public app (but I think you are doing internal) is security- in vanilla you must implement protection yourself (xss, content secuirity policy etc.) and most modern frameworks already either implement that or make it easier to do. |
|