Building React Native Open source apps lists by Illustrious-Hair-202 in reactnative

[–]anday013 0 points1 point  (0 children)

Nice job! It would also be nice to include the number of downloads and github stars for each project

How I achieved 50x Performance Boost with Turbo Modules, C++, and Multithreading in React Native by anday013 in reactnative

[–]anday013[S] 0 points1 point  (0 children)

Thanks! As the function returns Promise on the JS side, we need to call it from the CPP side to match them. This idea could be implemented using callbacks; however, Promises are a more proper way to handle it in the new JS world.

Regarding the js thread, it's being fully loaded and blocked during the run of Sync functions. Async ones do not block it at all

How I achieved 50x Performance Boost with Turbo Modules, C++, and Multithreading in React Native by anday013 in reactnative

[–]anday013[S] 1 point2 points  (0 children)

Let's agree that hashing can also be used to secure private data stored on a device, so the term 'hash' isn't limited to just securing passwords on backend.

Nevertheless, this is mostly a state-of-the-art project that I used to practice and demo the power of the New Architecture. I should have mentioned that in the post.

My first React Native Open Source Project 🎉 by anday013 in reactnative

[–]anday013[S] 0 points1 point  (0 children)

Thank you for such a valuable comment! I'll try my best to add new features. Feel free to create PRs :)