I am working on a React app where i want to display charts. I tried to use react-chartjs-2 but i can’t find a way to make it work. when i try to use Pie component, I get the error: Error: ...
Home/react.js
Softans Latest Questions
Coming from Vue and diving into React I seem to struggle with the concept of the hooks / component lifecycle and data flow. Where in Vue I could solve my issues using v-model in React I struggle to do so. Basically: What I ...