Simple Infinite List with React and SWR On a recent project I had a need for an infinite list in a react project and was able to throw together a pretty solid solution that is easily adaptable to many situations without too much complexity. The rough outline of the...
Setting Up The Front End As A “New Web” Application In Part 2 of this series, we discussed setting up our server. Now, we’re going to discuss setting up our front end as a web app. There are several frameworks available to get us going. While my...
You have probably heard a lot of comments on React: “React is awesome”, “it’s an awful lot of code to write to achieve the same using jQuery”, etc. It is a lot of code – a lot of useful code, and still pretty fast! Even more useful: overcoming immutability and...