- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 90 for Abramov (4.73 sec)
-
docs/faq/General.md
- [Twitter: Don't use Redux unless you're unhappy with local component state](https://twitter.com/dan_abramov/status/725089243836588032) - [Twitter: You don't need Redux if your data never changes](https://twitter.com/dan_abramov/status/737036433215610880) - [Twitter: If your reducer looks boring, don't use redux](https://twitter.com/dan_abramov/status/802564042648944642)
Plain Text - Registered: 2021-01-24 03:43 - Last Modified: 2020-12-23 20:14 - 7.7K bytes - Viewed (0) -
website/blog/2016-12-15-2016-in-jest.md
like to deeply thank all the people that have [contributed to Jest this year](https://github.com/facebook/jest/graphs/contributors?from=2016-01-01&to=2016-12-14&type=c), both from the open source community and at Facebook: Dmitrii Abramov, Cristian Carlesso, Dan Abramov, Daniel Lo Nigro, Maxim Derbin, Evan Scott, Forbes Lindesay, Keyan Zhang and 60 more people. We'd also like to welcome [Michał Pierzchała (@thymikee)](https://twitter.com/thymikee) as first official external contributor to Jest. He's...
Plain Text - Registered: 2021-01-07 12:01 - Last Modified: 2020-12-23 11:27 - 11.8K bytes - Viewed (0) -
e2e/__tests__/__snapshots__/customReporters.test.ts.snap
"onTestResult": Object { "called": true, "times": 1, }, "onTestStart": Object { "called": true, "path": false, }, "options": Object { "christoph": "pojer", "dmitrii": "abramov", "hello": "world", }, } `; exports[`Custom Reporters Integration TestReporter with all tests passing 1`] = ` Object { "onRunComplete": Object { "called": true, "numFailedTests": 0,
Plain Text - Registered: 2021-01-21 12:01 - Last Modified: 2019-11-11 08:39 - 3K bytes - Viewed (0) -
TODO/functional-setstate-is-the-future-of-react.md
不过,今天我将向你展示新出土的宝藏 —— **React 最为深藏不露的秘密**: [](https://twitter.com/dan_abramov/status/824308413559668744?ref_src=twsrc%5Etfw) 感谢 [Dan Abramov](https://medium.com/@dan_abramov)! 这就是函数式 setState 的强大之处 —— 在组件类**外部**声明 state 的更新逻辑,然后在组件类**内部**调用之。 // 在组件类之外 function increaseScore (state, props) {
Plain Text - Registered: 2021-01-21 14:49 - Last Modified: 2017-03-20 06:45 - 16.2K bytes - Viewed (0) -
docs/js/README.md
`components` and stateful parent components called `containers`. ### Learn more See [this article](https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0)
Plain Text - Registered: 2021-01-26 03:54 - Last Modified: 2019-03-07 23:04 - 1.3K bytes - Viewed (0) -
package.json
"redux", "reducer", "state", "predictable", "functional", "immutable", "hot", "live", "replay", "flux", "elm" ], "authors": [ "Dan Abramov <dan.abramov@me.com> (https://github.com/gaearon)", "Andrew Clark <******@****.***> (https://github.com/acdlite)" ], "main": "lib/redux.js", "unpkg": "dist/redux.js", "module": "es/redux.js",
Json - Registered: 2021-01-24 03:43 - Last Modified: 2021-01-01 16:43 - 3.1K bytes - Viewed (0) -
LICENSE.md
The MIT License (MIT) Copyright (c) 2015-present Dan Abramov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
Plain Text - Registered: 2021-01-24 03:43 - Last Modified: 2016-04-22 11:07 - 1.1K bytes - Viewed (0) -
lib/docs/scrapers/redux.rb
} html_filters.push 'redux/clean_html', 'redux/entries' options[:container] = '.markdown' options[:attribution] = <<-HTML © 2015–2020 Dan Abramov<br> Licensed under the MIT License. HTML version do self.release = '4.0.5' end version '3' do self.release = '3.7.2' end def get_latest_version(opts)
Ruby - Registered: 2021-01-25 07:15 - Last Modified: 2020-12-04 06:44 - 682 bytes - Viewed (0) -
fixtures/fiber-debugger/README.md
**It is only meant to be used by React contributors, and not by React users.** It is likely that it might get broken at some point. If it's broken, ping [Dan](https://twitter.com/dan_abramov). ### Running First, `npm run build` in React root repo folder. Then `npm install` and `npm start` in this folder. Open `http://localhost:3000` in Chrome. ### Features
Plain Text - Registered: 2021-01-24 11:45 - Last Modified: 2017-04-03 19:32 - 792 bytes - Viewed (0) -
e2e/custom-reporters/package.json
Json - Registered: 2021-01-21 12:01 - Last Modified: 2018-11-19 14:46 - 219 bytes - Viewed (0)