React Ape

React Ape

  • Docs
  • Contributing
  • Blog
  • GitHub
  • React

›The Basics

The Basics

  • Getting Started
  • Learning the Basics
  • Height and Width

Guides

  • Components and APIs
  • Navigation on Apps
  • Custom Components

Contributing

  • How to Contribute

Components

  • Image
  • Text
  • View

APIs

  • Dimensions
  • Platform
  • StyleSheet
  • Navigation

Props

  • Image Style Props
  • Text Style Props
  • View Style Props
Edit

Learning the Basics

React Ape is like React-DOM, but it renders on canvas instead of DOM as building blocks. So to understand the basic structure of a React Ape app, you need to understand some of the basic React concepts, like JSX, components, state, and props. This tutorial is aimed at all audiences, whether you have React experience or not.

Let's do this thing.

Starting

React Ape Boilerplate is the easiest way to start building a new React Ape application.

Assuming that you have Git and Node installed, you can clone the boilerplate using git and use npm to install the dependencies:

git clone https://github.com/raphamorim/react-ape-boilerplate react-app

cd react-app
npm install && npm start
← Getting StartedHeight and Width →
  • Starting
Docs
Getting StartedGuidesAPI Reference
Community
Who is Using React-Ape?Twitter
More
BlogGitHubStar React Ape on GitHub
Copyright © 2022 Raphael Amorim