Tanvesh Sarvetanvesh.hashnode.dev·Aug 21, 2020React + Redux Setup with Redux-toolkit ⚛What every other post about Redux on the internet says: 😶 "Don't use Redux, it has too much boilerplate". "Oh, man! I have to do so many npm installs" "You have to write so much code, just to configure it!" Never heard of Redux or super new to ...Tulsi Prasad and 2 others are discussing this3 people are discussing thisDiscuss·49 likes·542 readsreact
Chibuokem Jerrychibuokemjerry.hashnode.dev·Jul 20, 2020Code Reusability Patterns in ReactWhen building React applications, being able to share logic is an important part of building good software so as not to always repeat yourself. Usually, we can achieve code reusability by using utility functions. However, when you want to share funct...Discuss·15 likes·89 readsreact
Kevin Joselearnwithkev.hashnode.dev·Mar 24, 2020Building a reusable notification system with react hooks and context APIThe problem While building a re-usable component we tend to forget what are the essential features the component itself should have. Let me explain, consider a notification/alert/toast popup component, as a component it should have the ability to re...Discuss·39 likes·144 readsreact