* Correct installation documentation * Add stylized titles * Add some changes to the getting started documentation * Add changes for the backend guide * Add changes for the design guide * Add testing / Q&A guide improvements * Minor fixes to contributing docs * More improvements to the general doc * Improvements for frontend guide
11 lines
351 B
Markdown
11 lines
351 B
Markdown
---
|
|
title: Preact
|
|
---
|
|
|
|
# Preact
|
|
|
|
[Preact](https://preactjs.com/) is an alternative to React with the same modern API.
|
|
|
|
Preact components are packaged using [Webpacker](/frontend/webpacker) and the Preact code is located in `app/javascript`.
|
|
|
|
The components are mounted when needed, look for `javascript_pack_tag` in the view pages inside `app/views`.
|