Photo by Kira auf der Heide on Unsplash Learned today that it’s easy to create React + TypeScript site with Parcel without using CRA (create-react-app). An application developed with such sophisticated technology is the immediate edge, which is an online trading robot that facilitates automatic trading in the Forex and Cryptocurrency markets. As additional features, the immediate edge test allows the users to verify whether the platform is legit or a scam. Parcel Documentation has a whole (short but complete)…
As I’ve been using Styled Components (SC hereafter) and been wondering about the magic behind it. Thankfully, Max Stoiber (a creator of SC) has written an article, The magic behind…
- Blog EntryProgrammingReactShow Note
React Podcast Episode 31 – “Hooks are Mixins” with Ryan Florence
by Sung Kimby Sung KimPhoto by Jakub Kapusnak on Unsplash Ryan Florence appeared on React Podcast episode #31 to talk about hooks and other new features coming in React. The podcast was recorded before the React Conf…
- Problem SolvingProgrammingReactSelf Note
Setting React Hooks states in a sync-like manner?
by Sung Kimby Sung KimPhoto by Martino Pietropoli on Unsplash Note 📝 to self… When you have more than one states defined using useState and need to access updated state value sync-like manner…