Blagoja95 / job-board-web-app

Job board web app made with ReactJS, TailwindCSS and JAVA EE. Running back-end on Tomcat and storing data using MySQL RDBMS and administering it using phpMyAdmin. All parts containerized using Docker together with docker compose tool to handle all images, containers and other configurations.
0 stars 1 forks source link

Localization #64

Open Blagoja95 opened 10 months ago

Blagoja95 commented 10 months ago

image

Blagoja95 commented 9 months ago

How to handle messages received from back-end:

Send instead of msg "This is response msg number 1" send some string key like "success_msg_#1" and handle all localization on front-end "success_msg_#1" : "This is response msg number 1" ?