Andreas Reitererincodeburst5 UI Libraries to Use With ReactIf you’re a developer who — like me — is not a good designer or a CSS pro, you might know how troublesome it can be to put together the…Jan 22, 20182Jan 22, 20182
Andreas ReitererincodeburstHow to Connect your React App to a REST APIDid you ever try to display data from a remote backend in your React app? In the third part of this article series, you will learn how to…Nov 30, 2017Nov 30, 2017
Andreas ReitererincodeburstHow To Create a React List ComponentToday we’re going to create a React list component, that renders a list of Contact components. You’ll learn how to create functional…Nov 21, 20171Nov 21, 20171
Andreas ReitererincodeburstHow to Create a React App with create-react-appSetting up a React app can be confusing, since you have to take care of a lot of stuff that you don’t want to think about — at least at the…Nov 6, 2017Nov 6, 2017
Andreas ReitererincodeburstA React Beginners Roadmap through the React Eco SystemReact beginners often have a hard time learning React, since the React ecosystem seems huge. You will inevitably stumble upon stuff like…Oct 26, 20172Oct 26, 20172
Andreas ReitererincodeburstChoosing a Technology Stack for your ProjectIt’s almost impossible to know all of the available frameworks and technologies, frontend or backend. But somehow you still have to choose…Oct 11, 2017Oct 11, 2017
Andreas ReitererincodeburstReact Functional Components vs. Class ComponentsFunctional components are simpler and easier to test in comparison to class components. However, both of them have pros and cons and today…Oct 4, 2017Oct 4, 2017
Andreas ReitererincodeburstValidating Props easily with React PropTypesReact PropTypes are a good way to help you catching bugs by validating data types of values passed through props. They also offer…Sep 25, 20175Sep 25, 20175
Andreas ReitererincodeburstHow to use React Lifecycle MethodsReact lifecycle methods can be confusing if you don’t know which one to use for your particular use case. Today I’m going to show you which…Sep 19, 20172Sep 19, 20172
Andreas ReitererincodeburstSave time and money by writing useful bug reportsBad bug reports are not only annoying because they create a lot of overhead and cost time, but they also indirectly cost money. By…Sep 10, 20174Sep 10, 20174