It's that time of the week again. So wonderful devs, what did you learn this week? It could be programming tips, career advice etc.
Feel free to comment with what you learnt and/or reference your TIL post to give it some more exposure.
#todayilearned
And remember, if something you learnt was a big win for you, then you know where to drop it as well.👇👇🏻👇🏼👇🏽👇🏾👇🏿
Top comments (15)
I am learning Pure WebGL! I made a cube while reading MDN WebGL tutorials :D
I call him cubey
Here's picture of cubey while he was rotating on his axis:
Nice! Hi Cubey!
Cubey has a message for you! Cubey got a little orientation problems though
React Native. I am working in the React on a daily basis, so it was very fast to jump into React Native. 😜 Also, I am writing in it charity app for government hackathon, for fighting with coronavirus :)
Link to post about this application:
Quarantine Assistant - part 3 - all view screens and navigation (video)
Meat Boy ・ Mar 20 ・ 1 min read
Nice! I haven't done any React Native (RN) myself. Did you go straight to RN or had you also done React before?
Learnt how to implement dark/light mode using styled-components and Hooks!
I haven't used styled-components in a while. Did you go about that using their ThemeProvider?
Yes, I've used
ThemeProvider
andcreateGlobalStyle
methods.react-use / createStateContext + createGlobalState.
I had the ideas to build those things but never built it.
But they do, and it's awesome
Are you referring to this repository or did you create a custom hook?
streamich / react-use
React Hooks — 👍
react-use
Collection of essential React Hooks Port of libreact
Translations: 🇨🇳 汉语
Either way, it sounds like it would make for a great post! 😉
I learnt how to improve my note-taking skills:
How to take smart notes (as a developer)
Emma Goto 🍙 ・ Mar 19 ・ 4 min read
It's made me more inspired to write blog posts now!
Noice!
I learned about server-side rendering & client-side rendering.
learned how the shopping cart can be implemented, and how to make asynchronous counter with the cart.
That's awesome! 🔥