Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.13 KB

frequently-asked-questions.md

File metadata and controls

21 lines (11 loc) · 1.13 KB

Frequently Asked Questions

Question: Where do I put 'non side-effect' business logic?

Answer: We don't really have a set convention, but #1174 should give you some ideas.

Question: How do I upgrade an old ignite project's dependencies?

Answer: It's still ReactNative ¯\_(ツ)_/¯, but #1124 may be what you're looking for.

Question: Why is ignite new MyProject not using latest react-native?

Answer: From #1078: Because ignite is a collection of components and those components all need to play nicely together. And sometimes they don't all cooperate when React Native's version increases.

Question: What is a good non-trivial real world example of an Ignite project?

Answer: See the ChainReact app for the React-Native conference of the same name. It was created by the authors of Ignite.

Question: What will the next Infinite Red Ignite boilerplate be called?

Answer: See code names here.