This week's React news, links, and libraries
React Status Your weekly React news digest, every Wednesday | How to Test Custom React Hooks — If you've begun writing your own custom hooks and want to build confidence that they'll work as expected, you want to get started testing it properly. Kent works through how to go about it. Kent C Dodds | | Redux Toolkit 1.3: An Official, Opinionated Toolkit for Redux Development — Formerly known as Redux Starter Kit, Redux Toolkit helps you out of the boilerplate and setup quagmire that can blight heavy Redux usage. v1.3 adds two new APIs: createEntityAdapter to help manage normalized state, and createAsyncThunk to abstract common data fetching behavior. Learn more in this release post. Redux | | Babel 7.9.0 Released — A new minor release for the popular JavaScript compiler which includes updates related to @babel/preset-env, TypeScript 3.8, Flow, and JSX: | "We also worked with the React team to provide a new JSX transform, which will make it possible for React and React-like libraries to further optimize the creation of JSX elements with the addition of the jsx function vs. React.createElement." Nicolò Ribaudo, member of the Babel team. | | Find a Dev Job Through Vettery — Vettery is completely free for job seekers. Make a profile, name your salary, and connect with hiring managers from top employers. Vettery | | Creating Sortable Tables with React — There's a lot to moving parts to deal with if you have a table of data and you want to make it dynamic with a columnar sorting feature. Leaning on a third party library is one option, but what if you want to do it by hand? A solid tutorial, as you'd expect from Smashing Magazine. End result demo / code. Kristofer Giltvedt Selbekk | |
Комментарии
Отправить комментарий