-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Consider using react-native-web #51
Comments
I love it! Maybe you can help start a version of this, link it here and we can start iterating on it? Also, I want to add tools that measure things so we could provide more clear picture comparing tools. What would you say would be things we should highlight when comparing the current implementation with react-native-web?
To be honest, I never tried react-native-web myself, so it might be a good place to start. Some questions I have (please don't kill me if those are really dumb questions):
By the way, if anyone wants to participate in that effort, you can write here or email me directly |
@Urigo, RN can be made to work with hooks now, see this issue: facebook/react-native#21967 |
The main features and benefits are well defined by the author on the project page, personally i really find it easier to work within react native design constraints. The library was designed for the twitter lite project https://blog.twitter.com/engineering/en_us/topics/open-source/2017/how-we-built-twitter-lite.html , http://mobile.twitter.com and is in the process to become the main twitter site. It powers the PWA android app as well. The version twitter uses is heavily customized and has some solutions that are not in the open sourced version, i don't know if they plan to PR those optimizations and new features in the future.
|
@alanpog i don't think we can use hooks with react-native-web yet, it's still on 0.55 and next release will be compatible with 0.57. I can see a lot of people requesting hooks once it lands so support should be coming soon. |
|
A RC of RN with hooks was released today: https://github.com/facebook/react-native/releases/tag/v0.59.0-rc.1 |
What do you think about other libraries like https://react-native-training.github.io/react-native-elements/ ? |
would react-native-web version be easy to convert it into a react-native mobile app ? |
@veerjainATgmail yes that is the point of the transition. I would really love someone to try to clone the master and try those things out and give us feedback on that. |
Main challenge is creating global subscription to update all active conversations, not only which conversation we are in at time. ( don't use subscribeTomore in the room ). |
I found a solution can be turning Apollo cache entirely off and using |
I believe its a good fit for the project and react-native-web would benefit from the production ready example.
The text was updated successfully, but these errors were encountered: