File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ can be reused to provide interactivity.
132132{{ component.render_js }}
133133```
134134
135- * Note* : if you wish to use the ` render_js ` method, you * must* provide a ` <script> ` element
135+ ** Note** : if you wish to use the ` render_js ` method, you ** must* * provide a ` <script> ` element
136136pointing to React. React is omitted from the bundled component so that build times are reduced,
137137and to ensure that multiple components can be included on a single page without duplicating
138138React's codebase.
@@ -170,7 +170,7 @@ print(component.render_mount_js())
170170Usage in development
171171--------------------
172172
173- When running in development, you are * strongly* recommended to run the
173+ When running in development, you are ** strongly* * recommended to run the
174174node server as an external process. By using a separate process, the
175175node server will be able to persist in-memory caches of your source files.
176176
@@ -193,7 +193,7 @@ frequently have to restart and rebuild your source files.
193193Usage in production
194194-------------------
195195
196- When running in production, you are * strongly* recommended to use a
196+ When running in production, you are ** strongly* * recommended to use a
197197process supervisor, such as [ supervisor] ( http://supervisord.org/ ) or
198198[ PM2] ( https://github.com/Unitech/pm2 ) to control the node server that
199199django-react and django-webpack use.
You can’t perform that action at this time.
0 commit comments