#ReactJS https://scotch.io/tutorials/%e2%80%8bleveraging-react-for-easy-image-management-with-cloudinary
Scotch
Leveraging React for Easy Image Management with Cloudinary
React is a good tool when it comes to building flexible and reusable UI components. However, it's "one of those libraries" that...
#ReactJS Learn more about components, props and states.
http://www.webdesignernews.com/redirect/id/1558323
http://www.webdesignernews.com/redirect/id/1558323
#TDD #Redux #ReactJS https://medium.freecodecamp.org/test-driven-development-with-react-and-redux-using-redux-tdd-3fd3be299918
freeCodeCamp.org
Test-Driven Development with React and Redux, using Redux TDD
React and Redux have introduced a lot of functional programming concepts to the development of User Interfaces (UIs). This allows us to…
#ReactJS https://scotch.io/tutorials/build-an-image-slider-using-react-superagent-and-the-instagram-api
DigitalOcean
How To Build an Image Slider using React, SuperAgent, and the Instagram API | DigitalOcean
In this tutorial you will build an image slider with images fetched from Instagram using SuperAgent. There are many different libraries that can be used to make Ajax calls. Fetch API (https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API), Axios
#ReactJS https://medium.freecodecamp.org/unit-testing-patterns-for-react-720a8275873b?gi=89649136bd8f
freeCodeCamp
Check out these beginner-friendly unit testing patterns for React
There are many frameworks and even more ways to test a React component. But in my experience, there are a few patterns that are…