Skip to content

Commit 2e28235

Browse files
authored
Updating FAQ
1 parent c811ca6 commit 2e28235

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,13 +296,24 @@ Frequently Asked Questions
296296

297297
### Can python-react integrate with Django?
298298

299-
python-react can integrate with Django's settings and the renderer integration can resolve relative paths to components via django's static file finders.
299+
python-react can integrate with Django's settings and the renderer integration can
300+
resolve relative paths to components via django's static file finders.
301+
302+
### How do I handle Django's translation and gettext with React components?
303+
304+
[@sillygod](https://github.com/sillygod) sparked a discussion of this at issue
305+
[#69](https://github.com/markfinger/python-react/issues/69).
300306

301307
### Can python-react integrate with Web2Py?
302308

303309
[@Anima-t3d](https://github.com/Anima-t3d) has a write-up of their experience
304310
in [#70](https://github.com/markfinger/python-react/issues/70#issuecomment-254396083).
305311

312+
### How do I pass child components to the root component?
313+
314+
[@Anima-t3d](https://github.com/Anima-t3d) sparked a discussion of this at issue
315+
[#70](https://github.com/markfinger/python-react/issues/71).
316+
306317

307318
Running the tests
308319
-----------------

0 commit comments

Comments
 (0)