Simple Draft Solution To Show JSON on a Static HTML using Frontend Libraries
A simple solution to test JSON data on a React or Vue Frontend
Image by Mudassar Iqbal from Pixabay
In this project are shown 2 solutions:
- React Solution
- Vue Solution
It is not intended to be a production project, but it allows with few changes to have available a static HTML reading a javascript with JSON data
This allows to easily change the JSON and test the HTML with a diverse set of data.
It could be interesting also to those developers, designers that have HTML knowledge but don’t know about frameworks like React or Vue.
This is not the way to use React or Vue but it is a useful way of using it without any introduction.