File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/app/routes/docs/concepts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ sidebar_position: 4
16
16
## What is a target?
17
17
18
18
When a target is discussed it is sometimes in reference to the platform, e.g. you create a client side react application
19
- changes are it's targetted at the browser. However, if you write a server-side application then you're targetting node.
19
+ chances are it's targetted at the browser. However, if you write a server-side application then you're targetting node.
20
20
Whilst ` react-spring ` does support the targets ` web ` and ` native ` and _ can_ be server-side rendered. This is not the type
21
- of target we're referring too .
21
+ of target we're referring to .
22
22
23
23
A target in ` react-spring ` is a ` react reconciler ` a.k.a ` react renderer ` . That is, a custom renderer that can process different
24
24
JSX components, it's duty is to create / update and remove these elements from the browser. ` react-dom ` is a prime example of
You can’t perform that action at this time.
0 commit comments