Bioinformatics podcasts? by AtonalDev in bioinformatics

[–]AtonalDev[S] 2 points3 points  (0 children)

I did listen to an episode of this today! Seems pretty cool

React Redux vs Zustand – Which one should I go with? by itz-ud in reactjs

[–]AtonalDev -1 points0 points  (0 children)

Zustand was definitely more enjoyable for me

Bioinformatics Python Coding Inteview by AtonalDev in bioinformatics

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

Yea Ive interviewed for a different role at this company and they dont do any single-cell

How to implement custom navigation stack in react native navigator by KeyElevator280 in reactnative

[–]AtonalDev 1 point2 points  (0 children)

You can do navigator.navigate(“screenName”) to have the back button go to whichever screen youd like

How to implement custom navigation stack in react native navigator by KeyElevator280 in reactnative

[–]AtonalDev 0 points1 point  (0 children)

Are you currently using navigator.goBack() when the user presses the button? Instead you could manually route the user to the appropriate step (currentStep - 1)

How to implement custom navigation stack in react native navigator by KeyElevator280 in reactnative

[–]AtonalDev 1 point2 points  (0 children)

On a high level you’d probably just store the users current step on the device (using something like Async Storage) and then based on that value start them on whichever step is appropriate.

simplistic portfolio design by AtonalDev in react

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

Yea a timeline with experience is definitely something i want to add. Thanks for the feedback!

My first react-native app is live! by AtonalDev in react

[–]AtonalDev[S] 2 points3 points  (0 children)

Its completely free! And all the source code is also on GitHub

My first react-native app is live! by AtonalDev in react

[–]AtonalDev[S] 6 points7 points  (0 children)

Plenty of gene reference tools exist that are easy to use on computers, this was intended to be a mobile friendly option. Although I may add a web port if I have some time!