ThinslicesTiny Components: What Can Go Wrong? – Bits and Piecesbitsrc.io - Scott DomesUsing the Single Responsibility Principle to build better apps The advantage of the component system in React (and view libraries like it) is that …
ThinslicesWhy and How to use TypeScript in your React App? – Bits and Piecesbitsrc.io - Mahesh HaldarLong back when I read about Typescript, I did not welcome it with open arms. I really did not want to explore one more new layer in Javascript world. …
ThinslicesFlipboardIcon version of the Flipboard logoRedux in a single line of code with RxJSrudiyardley.com - Rudi YardleyThe brilliance of Redux lies in it's simplicity. Redux is so simple in fact that when thought of as a stream of states, it can be expressed in a …
ThinslicesHooks FAQ – Reactreactjs.orgHooks are a new addition in React 16.8. They let you use state and other React features without writing a class. This page answers some of the …
ThinslicesFlipboardIcon version of the Flipboard logoCreate a Snapping Image Swiper like Instagram with Reactcodedaily.ioInstagram has a really cool swiping image experience. As you scroll over a set of images it'll move left/right and then snap to whatever image you've …
ThinslicesGraphQL API with AWS and Use with Reactscotch.io - dabit3GraphQL has become a go-to API implementation for developers looking to take advantage of features liketype safety, network efficiency, real-time …