Reactjs – Using React to write into Json file
So im trying to create a small cafe website using react. customer told me that he wanted his orders to be be visible on admin dashboard, so i thought i would make something like this: import React from 'react'; import…