Behnam

Results 32 issues of Behnam

This PR related to Support CSS Varaible cause: - prevent any recalculation(branching) by `styled-components` for dynamic value - generates just 1 style rule by relying on CSS variables as a...

version 1.17.0 work

bug
wait for more info

### Version 25.5.1 ### Steps to reproduce 1. Clone https://github.com/behnammodi/tailwindy-components.git 2. Install deps by `yarn` 3. Run test by `yarn test` ### Expected behavior Should work ### Actual behavior ```...

Bug Report
Needs Triage

``` const path = require('path'); const FtpDeploy = require('ftp-deploy'); const ftpDeploy = new FtpDeploy(); const buildPath = path.join(__dirname, '..', 'build'); const log = (...args) => { console.log('→', ...args); } const...

## Error: ```js Module parse failed: Unexpected token (8:18) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See...

- Start Date: 2023-07-19 - RFC PR: (leave this empty) - React Issue: (leave this empty) # Summary This proposal suggests simplifying the usage of `startTransition` in `React` by introducing...

CLA Signed

- Start Date: 2023-07-04 - RFC PR: (leave this empty) - React Issue: (leave this empty) # Summary Introduce a built-in component for animations in React. # Basic example Proposed...

CLA Signed

# Summary Introduce a new hook to reduce/improve some processes. # Basic example In this example we see `useEffect` that doesn't need a dependency to read updated `count`'s value, so...

CLA Signed

As you know `performance.now()` is the best way to measure or compare time. However, I use `Date.now()` as a fallback when `performance.now()` is not available.