Earlier quoted context omitted.
I personally used redux one time on a project and said, never again.
I wish, but I think my project is too big for me to avoid it.
Show HN: Clothes shopping app UI built in React Native
31–40 of 54 posts
Re: Show HN: Clothes shopping app UI built in React Native
#32Earlier quoted context omitted.
My new note to self: Dont read threads about the stack I'm dealing with. It will only make me question everything.
So true. I must start doing this as well. I recently started picking up momentum on my React-Redux skills. Constantly reading various opinion pieces (irrespective of whether they are supported/non-supported) are tempting me to take a look a look at (or evaluate) other libs/frameworks.
Re: Show HN: Clothes shopping app UI built in React Native
#33Re: Show HN: Clothes shopping app UI built in React Native
#34Re: Show HN: Clothes shopping app UI built in React Native
#35Re: Show HN: Clothes shopping app UI built in React Native
#36Earlier quoted context omitted.
I wouldn't get too excited. This is just a shell app, a few screens, no remote data, only temporal state persistence and nothing really functions (eg no form validation, no payments etc). I assume it was used for some tutorial?! Not saying you can't get away with not using redux at all but this isn't an example of that. Try mobx or unstated for simple state management. Personally my projects tend to use it because I'…
Heh, when I saw UI, I was thinking- So what? Javascript, RN, flux, elements, etc... there are soo many ways to make it pretty. That was the whole point. Pretty for android and ios. The redux tutorial is awful, you dont run the program until the very end. Needless to say, it didnt work and I ended up following a medium guide... Now I'm trying to get redux working with laravel who requires a CSRF token on each post req…
Re: Show HN: Clothes shopping app UI built in React Native
#37I used Redux when it first came out, but now use Mobx as it's just... easier and has less boilerplate. Also it's easy to extend into a reframe-like pure function state management system if you want to avoid passing around objects/inheritance.
Re: Show HN: Clothes shopping app UI built in React Native
#38Re: Show HN: Clothes shopping app UI built in React Native
#39Earlier quoted context omitted.
Isnt react web only?
But the web runs on all of those platforms, and there are a ton of ways to wrap a browser view into a native "wrapper" to put in the app store (including react native)
RN is supposed to feel like an Android or Iphone app.
(Btw, someone prove me wrong because I have a full blown working website/database and the front end is RN and I'd love to stop because I hate front end auth and multiple platform...)
Re: Show HN: Clothes shopping app UI built in React Native
#40Earlier quoted context omitted.
I wouldn't get too excited. This is just a shell app, a few screens, no remote data, only temporal state persistence and nothing really functions (eg no form validation, no payments etc). I assume it was used for some tutorial?! Not saying you can't get away with not using redux at all but this isn't an example of that. Try mobx or unstated for simple state management. Personally my projects tend to use it because I'…
Heh, when I saw UI, I was thinking- So what? Javascript, RN, flux, elements, etc... there are soo many ways to make it pretty. That was the whole point. Pretty for android and ios. The redux tutorial is awful, you dont run the program until the very end. Needless to say, it didnt work and I ended up following a medium guide... Now I'm trying to get redux working with laravel who requires a CSRF token on each post req…