web3ui / web3uikit Star 744 Code Issues Pull requests Discussions Lightweight reusable Web3 UI components for dapps. react ethereum dapp web3 web3js metamask ethers web3-dapp walletconnect solana web3-react ethereum-boilerplate web3-ui web3ui web3uikit dapp-ui Updated Jun 1, 2022 TypeScript
Developer-DAO / web3-ui Star 654 Code Issues Pull requests Open Replace uses of `null` with `undefined` 5 with-heart commented Jan 8, 2022 I call it my billion-dollar mistake. It was the invention of the null reference in 1965. — Sir Tony Hoare JavaScript unfortunately has two billion-dollar mistakes: null and undefined. While we can't remove them from the language, we can reduce our usage down to a single type. I'd like to propose that we replace all uses of null with `u Read more good first issue Good for newcomers Open Forward refs for all components 7
Open Replace uses of `null` with `undefined` 5 with-heart commented Jan 8, 2022 I call it my billion-dollar mistake. It was the invention of the null reference in 1965. — Sir Tony Hoare JavaScript unfortunately has two billion-dollar mistakes: null and undefined. While we can't remove them from the language, we can reduce our usage down to a single type. I'd like to propose that we replace all uses of null with `u Read more good first issue Good for newcomers
— Sir Tony Hoare
JavaScript unfortunately has two billion-dollar mistakes:
null
andundefined
.While we can't remove them from the language, we can reduce our usage down to a single type. I'd like to propose that we replace all uses of
null
with `u