mbos2 / url-shortener

Simple, Selfhosted, URLShortener service
MIT License
8 stars 3 forks source link

[Enhancement]: Better URL Table reactivity in the UI to skip unecessary function execution #16

Open mbos2 opened 11 months ago

mbos2 commented 11 months ago

Describe the solution you'd like When creation of Short URL is successfull, if URL data is already loaded in the table, add the new record in the table so we skip reloading data and function invocation to get the newly created record in the UI