Skip to content
#

Library

A library is a collection of preprogrammed templates that implement a behavior when invoked. Libraries are well-defined and are designed for reuse throughout implementation. For example, a website may have multiple webpages that implement the same navigation bar or text-field, but none of these objects have relation to one another.

Here are 14,840 public repositories matching this topic...

bvaughn
bvaughn commented Jul 15, 2020

PR #19108 caused some Suspense-related DevTools regressions (more info available on #19368) which we did not catch because of the fact that DevTools tests are only run against the version of React in master.

We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple

storybook
cosmos
shaan-saz
shaan-saz commented Oct 12, 2020

The flutter_bloc package already has great documentation and examples to get started easily. But, when it comes to the best practices to be followed when using bloc, there's not much sources out there.
By best practices, I mean:

  • One Bloc per feature.
  • Don't mutate your state.
  • Don't define any data in the bloc.

If there was a curated article or a video about the best practices to

Wikipedia
Wikipedia
You can’t perform that action at this time.