Search
Tascha Punyaneramitdee, Founder of INIT Capital, on DeFi, Liquidity Hook Money Markets, Point Farming in Crypto, and 2024 Trends | Ep. 331
3.5.2024
Tascha Punyaneramitdee, the Core Contributor and Founder of INIT Capital, discusses liquidity hooks and their benefits for users and businesses alike, what protocols must do to ensure they have a long-standing product, the pros and cons of the popular point farming, and her thoughts on DePIN...
Overwatch 2 April Fools’ Patch Continues A Hilarious Tradition
1.4.2024
As has become tradition, Blizzard has once again released an absolutely absurd, fully playable Overwatch 2 patch for April Fools’ Day. It is every competitive purist’s worst nightmare. But it is so unhinged and thorough I have to respect it.Read more
Vitalik Buterin’s Plans, Changpeng Zhao’s Hooks, Michael Saylor’s Shoppings and 20 Crypto Jokes
2.12.2023
This week in crypto: Vitalik Buterin said he plans to redesign Ethereum staking and praised the UTXO payment model, MicroStrategy CEO Michael Saylor bought an additional $593 million worth of BTC, Reddit renounced Moons’ contract completing the decentralization of the token, and Bitfinex’s...
Uniswap Unveils Game-Changing Version 4 With Customizable Liquidity Pools via Innovative Hooks
13.6.2023
On June 13, the largest decentralized exchange (dex) in terms of global trade volume, Uniswap, published a summary of the dex platform’s Version 4 and an early implementation of the code. Uniswap states that the dex version will offer a variety of new features, including a method to customize...
AO ArtBall hooks fanbase to 2023 Australian Open whereabouts
15.12.2022
AO ArtBall is currently in the process of creating new and fresh ways and means of the overall viewing of the game of tennis. It is also teaching new ways for players and users to experience the game like never before, with the addition of freshly created avenues and methods to bring more...
Betterticket Hooks Onto Polygon Mainnet for NFT Ticketing
11.10.2022
The entire team of Betterticket, which in actuality is a Web3 and a suitable platform for event ticketing in the virtual world, indeed take great pleasure and pride in the fact of having successfully and very effectively merged their pride of possession, Chainlink VRF, Automation and Price Feeds...
React Hooks: The Deep Cuts
13.7.2022
Hooks are reusable functions. They allow you to use state and other features (e.g. lifecycle methods and so on) without writing a class. Hook functions let us “hook into” the React state lifecycle using functional components, allowing us to manipulate …
React Hooks: The Deep Cuts originally...
React usePrevious Hook
23.8.2021
Hooks are essential for the functional component pattern in React. One frequent logic comparison with class components was comparing a previous prop value with a current prop value via lifecycle methods. So what’s an easy pattern for duplicating previous value comparisons in functional...
Takes on State
24.3.2021
React is actually a bit of an outlier with state management. While it has first-class tools like useState and Context, you’re more own your own for reactive global state. Here’s David Ceddia with “React State Management Libraries and How …
The post Takes on State appeared...
Some React Blog Posts I’ve Bookmarked and Read Lately
5.2.2021
The React Hooks Announcement In Retrospect: 2 Years Later — Ryan Carniato considers hooks to be the most significant turning point in front end in the past five years, but he also says hooks have muddied the waters as well.
…
The post Some React Blog Posts I’ve Bookmarked and Read...
Theming and Theme Switching with React and styled-components
7.1.2021
I recently had a project with a requirement to support theming on the website. It was a bit of a strange requirement, as the application is mostly used by a handful of administrators. An even bigger surprise was that they …
The post Theming and Theme Switching with React...
From Sea to Table: Norway’s Seafood Industry Hooks Into IBM Blockchain
25.6.2020
Norwegian seafood producers seek to prove high-quality and fully traceable fish products through blockchain despite the technology’s drawbacks
Get Programmatic Control of your Builds with Netlify Build Plugins
27.5.2020
Today at Jamstack_Conf, Netlify announced Build Plugins. What it does is allow you to have particular hooks for events within your build, like when the build starts or ends. What’s nice about them is that they’re just a plain ‘ol JavaScript object, so you can insert some logic...
Creating a Gauge in React
3.5.2020
You should really look at everything Amelia does, but I get extra excited about her interactive blog posts. Her latest about creating a gauge with SVG in React is unreal. Just the stuff about understanding viewBox is amazing and that’s like 10% of it.
Don’t miss her earlier posts like...
The Hooks of React Router
12.2.2020
React Router 5 embraces the power of hooks and has introduced four different hooks to help with routing. You will find this article useful if you are looking for a quick primer on the new patterns of React Router. But before we look at hooks, we will start off with a new route rendering...
Stream-Crossing Confusion
23.12.2019
Should I use WordPress or React hooks?
Should I use D3 or CSS?
Should I use Markdown or JSON?
Can I use flexbox in Gatsby?
Can I use custom properties in Jekyll?
Should I use HTML or the cloud?
How do I add dark mode to my Vue site?
These are tongue-in-cheek, but there is a point to be made here....
Testing React Hooks With Enzyme and React Testing Library
29.11.2019
As you begin to make use of React hooks in your applications, you’ll want to be certain the code you write is nothing short of solid. There’s nothing like shipping buggy code. One way to be certain your code is bug-free is to write tests. And testing React hooks is not much different from how React...
React Hooks, které potřebujete znát
12.11.2019
React s verzí 16.8 přináší zásadní novinku, a tou jsou Hooks, které mají přinést řešení pro hned 3 největší problémy, se kterými se v Reactu potýkáme. Implementace komponent pomocí tříd, sdílení logiky, nepraktický způsob práce s životním cyklem komponent. Představíme vám React Hooks a na konci...
Get the Complete Intro to Web Development and Intro to React (with Hooks!) with Brian Holt ????
17.10.2019
(This is a sponsored post.)
Hey, Marc here from Frontend Masters — excited to support CSS-Tricks ❤️!
Have you checked out Brian Holt's courses yet? His most popular courses are the "Complete Intro" courses which give you the lay of the land in Web Development as well as...
How I Learned to Stop Worrying and Love Git Hooks
30.9.2019
The merits of Git as a version control system are difficult to contest, but while Git will do a superb job in keeping track of the commits you and your teammates have made to a repository, it will not, in itself, guarantee the quality of those commits. Git will not stop you from committing code...