- company location / remote?
- what project management method?
- good and bad company culture?
- performance reviews?
- what's the path to profitability?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import Jumbotron from 'react-bootstrap/Jumbotron'; | |
import Alert from 'react-bootstrap/Alert'; | |
import Button from 'react-bootstrap/Button'; | |
import { FallbackProps } from 'react-error-boundary'; | |
interface AEFProps extends FallbackProps { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// omit imports and stuff | |
// Using Next 11.1 | |
module.exports = withPlugins( | |
[ | |
withBundleAnalyzer({ | |
enabled: process.env.ANALYZE === 'true' | |
}) | |
], |
- Migration Guides
- Release Notes
- Yes,
createStore
is still deprecated! https://redux.js.org/usage/migrations/migrating-rtk-2#createstore-deprecation
OlderNewer