Want to receive my new posts on Rails and React in your inbox?
No spam, promise. I hate it as much as you do!- Making custom renderers for React
- Do I need to learn Webpack when starting with React?
- Redux vs MobX vs Flux vs... Do you even need that?
- Where do I get ideas for my learning projects?
- One way NOT to abuse Redux
- Redux anti-pattern: dumb mapStateToProps
- Why doesn't Redux support AJAX out of the box?
- Using iOS Image Picker with React Native
- 3 cases where JavaScript generators rock (+ understanding them)
- Lazy registration with Redux and Sagas
- Controlled and uncontrolled form inputs in React don't have to be complicated
- Should you store your form state in Redux?
- Form recipe: Conditionally disabling the Submit button
- Different mobile and desktop layouts with React
- Collecting data from a wizard form
- Instant form field validation with React's controlled inputs
- You don't need a tutorial for every-freaking-thing
- Making dynamic form inputs with React
- 3 common approaches to side-effects in Redux apps
- The building blocks of React Native animations
- How do you make a React form start out with some values prefilled when editing?
- Animating appearance & disappearance in React Native
- How do you go from React to React Native?
- Where does authentication fit in a React Native app?
- How to integrate React with a Rails/PHP/X backend?
- What do you get out of Expo?
- Why not field-level validations?
- How to show an iOS network activity indicator when a request is in progress?
- Analytics on easy mode with Redux-Saga
- Transitioning from uncontrolled inputs to controlled
- Is JSX still relevant? Are there other options?
- The making of a floating-label input with React Native's Animated API
- So you completed the official React tutorial. What's next?
- Validating a React form upon submit
- How to handle validations involving several fields?
- Here's what you can do to make migrating your forms to Redux easier in the future
- Detecting state changes with Redux-Saga
- 5 practical tips to finally learn React in 2018
- 4 places to draw inspiration from for practicing React Native
- Simplest, no-dependency router is... state
- Typesafe handling of remote APIs with Flow