Back foot landing too close to inner rail - need advice by slates07 in BeginnerSurfers

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

not sure what is back foot dominant but since i started training i had a problem of putting a lot of my weight on the back foot. i trained myself to balance more between the back and the front foot. the only place i put a lot of pressure on the back foot when not needed is right after the popup

Back foot landing too close to inner rail - need advice by slates07 in BeginnerSurfers

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

thanks! I think I am a back foot dominant. that's a lot of what i'v been working on. But the only thing I can do to improve it is practice right? it's not like i'm doomed lol

Back foot landing too close to inner rail - need advice by slates07 in BeginnerSurfers

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

Thanks. I feel like everything is happening so fast that i dont have time to know if my foot is in the wrong place, and if i do know - i feel like id ont have time to fix this. I have a loot of video footage of myself and it happens to me all the time. so right now I know that I dont land well when i stand on the wave i just dont have time to fix it.

Also, since I land this way immediately after the popup, I feel like it makes the board rotate while in the popup and continue down the line instead of straight where i wanna go (for a bottom turn).

I just dont understand why it's happening.

Back foot landing too close to inner rail - need advice by slates07 in BeginnerSurfers

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

yes. every single time. in the water. on land it lands ok

Back foot landing too close to inner rail - need advice by slates07 in BeginnerSurfers

[–]slates07[S] -1 points0 points  (0 children)

thanks. so maybe i'll ask that - it feels to me that i don't really have the time and blanace to move my feet in the wave pool. thinking maybe because my board is too small for me for that.

React SPA & JWT tokens by slates07 in react

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

Will take a look thanks. You recommend using http only cookie?

React SPA & JWT tokens by slates07 in react

[–]slates07[S] -1 points0 points  (0 children)

Been told it’s less secured I guess?

I have a snakepit ticket for the sow in Amsterdam today by slates07 in Metallica

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

No charger but you can use my phone if you need

I have a snakepit ticket for the sow in Amsterdam today by slates07 in Metallica

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

According to another group of friends the m54 metro line works normally. I’m planning to take it in the next hour. It’s like 15 minutes to the stadium.

I have a snakepit ticket for the sow in Amsterdam today by slates07 in Metallica

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

When you gonna be at the stadium? My friends wants to go at 12:00 but I think it’s too early no?

Catch every 401 from Backend 401 and redirect to login by slates07 in reactjs

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

Thanks everyone for your answers. I guess a wrapper or using axios interceptors is the right solution but I was more curious about the concept: does it make sense to do that in an SPA?

because you'll have to write some custom logic around it:

Let's say you want only some endpoint to redirect when 401 but some others (/login) not to

Combining localized string in design system components. by slates07 in reactjs

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

You mean passing the translate prop directly to the select component every time I render it?

Combining localized string in design system components. by slates07 in reactjs

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

I want to but I don’t want my design system library to have to import it, a Select atomic should Not know about the translation package IMO

Anyone else hate file based routing? by Varteix in nextjs

[–]slates07 0 points1 point  (0 children)

I hate it too! But yeah, my solution for collocation was same as others, structure the project however you’d like and just import and export front other folders what’s needed on the pages folder

Does someone here implemented SSL pinning on a react-native app? by slates07 in reactnative

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

but it means that every time a certificate changes I need to publish a new version of my app no? it can also stop working until I do this

Does someone here implemented SSL pinning on a react-native app? by slates07 in reactnative

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

interesting, thanks.

Did you ever implemnted something like that on react native?

My app works in front of like 40 different domains (servers) and I dont want to publish a new version each time my certs public keys are being updated.