Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
axemclion
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
axemclion
7y ago
I am not sure if this is specific to React Native. In a regular Android application, this information is available in the JSON file. Having permissive credentials on the client is a security gap, no matter the technology.
2.
▲
Making React Native Android Faster
(blog.nparashuram.com)
1 points
by
axemclion
7y ago
|
0 comments
3.
▲
React Native's new architecture (called Fabric) – why and how it works
(youtube.com)
4 points
by
axemclion
8y ago
|
0 comments
4.
▲
by
axemclion
8y ago
If you have questions, you can ping the RN team too. I would love to help !!
5.
▲
by
axemclion
8y ago
> It’s been about 3 years now, with a 10+ person team now, so maybe I should write it all up somewhere. If you want, we could put this up on the React Native Blog. Would make for an interesting read !!
6.
▲
by
axemclion
8y ago
This is incorrect. Here is a response from Tim, who manages the React Native team - https://twitter.com/yungsters/status/989361665752748033 Also, here is a list of all the things that our team has been working on
7.
▲
by
axemclion
9y ago
I am a member of the React Native Core team > On the documentation The document is not abandoned. Infact, we are actively working on fixing the document and reaching out to the community to identify gaps in documentation and fixing them.
8.
▲
by
axemclion
9y ago
How are you measuring those metrics on real devices ? Do you use the Chrome tracing timeline ? I wrote a tool called http://github.com/axemclion/browser-perf that does something similar, so was curious !!
9.
▲
Time Travel Debugging with Create-React-native-app and VSCode
(blog.nparashuram.com)
6 points
by
axemclion
10y ago
|
0 comments
10.
▲
by
axemclion
10y ago
You should be able to use Mobile Center and CodePush separately today. We are planning to incrementally roll out a backward compatible solution over the next 2 months.
11.
▲
by
axemclion
10y ago
CodePush PM here - note that CodePush cannot push any native code to the app.
12.
▲
by
axemclion
10y ago
PM on the CodePush team here. The rejection notice seems to explicitly call out the native methods that are a cause of the issue. CodePush cannot inject private frameworks or expose any methods that React Native already exposes. I would als
13.
▲
by
axemclion
10y ago
Yes, CodePush can be used with Mobile Center - here is a demo video ( https://www.youtube.com/watch?v=lfqZ8Uy2p3U ) CodePush will also be integrated into Mobile Center, so that you can also making CodePush a part of your CI p
14.
▲
by
axemclion
10y ago
You can use this same tech to do time travel debugging in React Native apps - http://blog.nparashuram.com/2016/08/time-travel-debugging-wi...
15.
▲
DevOps for ReactNative – With Continuous Builds,distribution and JS+Native Crashes
(youtube.com)
2 points
by
axemclion
10y ago
|
0 comments
16.
▲
by
axemclion
10y ago
If you guys are trying react native, you could try mobile.azure.com for the devops pipeline.
17.
▲
by
axemclion
10y ago
PM building the VSCode react native extension here. Glad that you could get breakpoints working. There are also other features like syntax completion and simply trying out react native without and installation using exponent that nasty be i
18.
▲
by
axemclion
10y ago
There are a bunch of other complexities too - things like (1) cancelling events which are synchronous, but web worker communication is async (2) What is the best serialization format ? I found JSON.stringify to be the fastest, but how to co
19.
▲
by
axemclion
10y ago
I did something similar for React - and here is a blog post about what exactly is happening - http://blog.nparashuram.com/2016/02/using-webworkers-to-make...
20.
▲
by
axemclion
10y ago
The performance difference is noticable. I did React into a Web worker, and here are the performance results - http://blog.nparashuram.com/2016/02/using-webworkers-to-make... Some of the other uses typically are -
21.
▲
Show HN: Test ReactNative apps simultaneously on multiple devices and screen sizes
(blog.nparashuram.com)
1 points
by
axemclion
10y ago
|
0 comments
22.
▲
Show HN: Time Travel Debugging for ReactNative
(blog.nparashuram.com)
3 points
by
axemclion
10y ago
|
0 comments
23.
▲
App showing Phonegap/Cordova plugins used in ReactNative
(blog.nparashuram.com)
1 points
by
axemclion
10y ago
|
0 comments
24.
▲
by
axemclion
10y ago
Actually, you could already use ReactNative with Windows, but there were some quirks. I just run the packager, with watchman and flow disabled, and it works pretty well. The VS Android emulator is free and so much faster than the default em
25.
▲
by
axemclion
10y ago
Hey @taypo - how is that experience going ? Would love to hear how this is working out. You are right - this was announced at ReactConf 2016
26.
▲
by
axemclion
10y ago
You mean something like this - https://github.com/CatalystCode/react-native/ ?
27.
▲
by
axemclion
10y ago
Was this not announced at ReactConf 2016 ? :P
28.
▲
VSCode extension for React Native – debugging and Intellisense support
(taco.tools)
3 points
by
axemclion
11y ago
|
0 comments
29.
▲
A renderer for ReactJS using WebWorkers to run expensive VirtualDOM calculations
(blog.nparashuram.com)
4 points
by
axemclion
11y ago
|
0 comments
30.
▲
Visual Studio Code Extension for Ionic – Debugging and Intellisense Support
(taco.tools)
4 points
by
axemclion
11y ago
|
0 comments
More ›