React Refs are not the easiest topic in React. I took the time to write down
everything I know about Refs and how to use them in React. Often Refs get directly associated with HTML elements, however, it all starts with instance variables :-)
Let me know: What use cases do you have for Refs in your React application?
For a recent client of mine another topic came up: Micro Frontends. I haven’t heard much about Micro Frontends before, but my client had a particular case where it made sense to implement it with React, so I gave
Micro Frontends a chance with React and Wepback.
What do you think about it?