Adding Infinite Scroll In Redux and React
Adding Infinite Scroll In Redux and React I decided to make a forum where the homepage displayed many discussions. At first to load all the discussions was not time consuming but …
Coding using different programming languages like React, Ruby, CSS, Javascript. etc.
Adding Infinite Scroll In Redux and React I decided to make a forum where the homepage displayed many discussions. At first to load all the discussions was not time consuming but …
Creating A Pop Up Modal In React Setting up a modal in React can be tricky depending on the way your components are structured and how those components are used within …
React: Callback Functions and Buttons React can be overwhelming and confusing for a beginner. I was one of those confused beginners, especially when it came to callback functions in React. Thankfully, …
Using Fetch With An API The fetch() method in JavaScript is a very useful tool. Most of the major websites that you use on a regular basis use this method to …
Creating A New Array Without The Duplicates It is always fun discovering and learning a new method that you never thought existed. After spending hours trying to iterate through an …
Setting Up Routes In Ruby On Rails Ruby On Rails (“Rails”) is a powerful language. Five of the most common routes in Rails are Index, Show, Create, Update, and Destroy. Setting …
Using The Select, Each, Map, And Sort Methods In Ruby Ruby is a useful language to learn. It has many built in methods that solve algorithms easily for you. You could …