How to use external React components in your Gutenberg blocks

Gutenberg itself already exposes a lot of components ready to be re-used in our custom blocks. Most of these are located in wp.components and wp.blocks, and they include helpful building blocks for every Gutenberg block: Text Controls, Toggles, Tooltips, Icon Buttons, Tabs, and many many others…. Source: https://www.cssigniter.com/how-to-use-external-react-components-in-your-gutenberg-blocks/

GraphQL with Apollo for your React & React Native applications

I’m working on a React Native application that lists restaurants around you, their menus which can be drilled down to the topping that you may have on your pizza. The application was using a RESTful API. The API worked just fine without an issue…. Source: https://medium.com/@shemseddine/graphql-with-apollo-for-your-react-react-native-applications-58b50190c13d

Styling React with Emotion

Out of the box, React allows you to style components directly with the style property. It’s accepts an object of style properties and for most use cases, it’s more than sufficient…. Source: https://alligator.io/react/react-emotion/

Three Principles

The state of your whole application is stored in an object tree within a single store. This makes it easy to create universal apps, as the state from your server can be serialized and hydrated into the client with no extra coding effort…. Source: https://redux.js.org/introduction/threeprinciples

My first portfolio with React and AWS

Hi dev.to! So, I built my first portfolio and thought about documenting the process, but before jumping in, a disclaimer: Phew! Okay, so let’s get to it. Oh, here’s the portfolio https://georginagrey.com… Source: https://dev.to/georginagrey/my-first-portfolio-with-react-and-aws-2g73

React Native at Airbnb with Gabriel Peal

React Native allows developers to reuse frontend code between mobile platforms. A user interface component written in React Native can be used in both iOS and Android codebases…. Source: https://softwareengineeringdaily.com/2018/07/27/react-native-at-airbnb-with-gabriel-peal/