Working around un-maintained redux-token-auth for redux and react 17 upgrade

redux-token-auth had been a go to choice for many rails devs who started working with standalone frontends in react. But it has been majorly un-maintained, while on the journey of upgrading our front-end stack, this was becoming a blocker as it was locking to older version of redux and react etc, also had security issues. We ended up with a custom clone where we managed to fix as much as we needed.

Shopify-polaris form building with Formik, React-Final-Form and Yup

Disclaimer Not a code guide of either of the mentioned tools, but rather my experience using these, the problems I faced and the solution we adopted. TL;DR We opted Formik to build forms in our app, everything was going fine until we had a long dynamically generated form. With as few as ~100 fields, it […]

Part 1 – Converting react native app to react-native-web (react PWA) in monorepo architecture

TL;DR: This series is about my journey of converting and existing react native app to render on web with same(90%+) code, using the brilliant react-native-web project which came out of twitter. Prerequisites: This article assumes you already have some experience with reactjs and react-native, you know how to build mobile builds of a RN codebase, and […]