Communicating with a Minimal API built with .net 6 from a React app
Hello friends,
I am learning more about React and decided to play around with a tutorial, from there I wanted to add onto it by sending for example state changes from our TicTacToe game to a minimal API built in .net 6.
Currently, I am stuck with sending a MapPost to the minimal API, it seem to be working as intended in the network when I am testing the React app, but I am not getting anything on the minimal api side.
https://github.com/rogerertas/LearningReact
https://github.com/rogerertas/LearningMinimalApi
Thanks for reading!
I am learning more about React and decided to play around with a tutorial, from there I wanted to add onto it by sending for example state changes from our TicTacToe game to a minimal API built in .net 6.
Currently, I am stuck with sending a MapPost to the minimal API, it seem to be working as intended in the network when I am testing the React app, but I am not getting anything on the minimal api side.
https://github.com/rogerertas/LearningReact
https://github.com/rogerertas/LearningMinimalApi
Thanks for reading!
GitHub
Contribute to rogerertas/LearningReact development by creating an account on GitHub.
GitHub
Contribute to rogerertas/LearningMinimalApi development by creating an account on GitHub.
