React JS
6 posts tagged with "React JS"
GSSoC 2019: Two months of Coding Mentorship with Techtonica!
Being an Open Source supporter, contributor and enthusiast, I came to know about GirlScript Summer of Code 2019 and this is my experience as a blog-post.
Making Axios Request Payload work with PHP & What goes behind?
I tried to use a mock PHP page for my API requests with Axios, but unfortunately I ran into multiple problems. This article has solutions for all.
Notifications in React JS using Noty
I tried implementing the classic "Toast Notifications" in React by using the Noty plugin and this is an introduction to use the same plugin in React JS apps.
Using React's Proxy to get ahead of CORS & use HTTPS for API calls
My experience of managing to use CRA React's Proxy feature to proxy an API server like it's in Production and use Secure HTTPS on localhost!
Handling the weird way of Redux State Initialisation
Redux's state initialisation is weird and you shouldn't trust it. This is why, an experience where I debug it to fix an error of reducer not loading.
Troubleshooting React with Redux & Redux DevTools
When I was using React with Redux, I encountered TypeError: Cannot read property 'apply' of undefined and tried to debug and solve it in a better way.