Skip to content

React

React has become an extremely popular way of quickly generating interfaces. When developing an application is react, it becomes obvious that, while Reac is great for building your killer interface, you will need to eventually connect it to some kind of central backend server and database to store data and files.

Why use TACTIC

TACTIC provides a mature API to connect that a React app can use to store data and files.

TACTIC is espeically well suited for applications that have a need for running workflows or managing digital assets.

TACTIC also has a full management console that allows you to manage your data that is being pulled from your app.

Javascript

Applications with React are completely written in Javascript.

Access TACTIC through Javascript libraries. This can be done using either TACTIC Javascript API or using a REST interface.

Recently, the REST interface has become more popular because it does not require any external library files.

Building a React App

In the next page, we will build a simple React app on top of TACTIC Project. The app we create will be a simple issue tracker.

If you need help setting up a React project, please refer to the React documention