There may be low-hanging fruit 🥝 affecting performance in areas you might not track very closely but are still important. (more…)
Read more »
This implements a challenge method that requires the client to do a single round of SHA-256 hashing deeply nested into a Preact hook in order to prove that the client is running JavaScript. This is... (more…)
Read more »
Per request from @rickhanlonii : Background / Primary Problem Starting with the release of React 19, users running create-react-app my-app began experiencing hard errors from NPM during project set... (more…)
Read more »
React provides no built-in way to do data loading - it's left for you to implement. Doing this is tricky in a React app that uses server side rendering (SSR) because client and server rendering work quite differently: Client render is async so data can be... (more…)
Read more »
phoenix-react-redux-example - Phoenix framework example using React and Redux... (more…)
Read more »