Results 23 comments of Tiago

Could do something like https://github.com/facebook/create-react-app/blob/3495286f8f3835d55cbdedbc881ae481eb0a3c65/packages/react-scripts/scripts/eject.js#L156-L164

Manual instructions for the initial release

Removing from initial release

May prefer AWS CDK over Pulumi for v1. The advantage is there are fewer accounts and tools. You already need AWS setup for Pulumi. The other advantage is that it's...

Related to https://github.com/tiagob/create-full-stack/issues/99 aws cdk doesn't support auth0 or any other cloud. everything is exclusively aws. I'd like to see cdktf more mature and that would be a good alternative...

Default in yarn v2 - https://github.com/facebook/metro/issues/308 - https://github.com/react-native-community/cli/issues/27 - https://github.com/expo/expo-cli/issues/1073

https://docs.expo.io/guides/customizing-metro/

https://github.com/lerna/lerna/tree/master/commands/publish#--contents-dir

Didn't work. `--contents` requires that all packages use a dist/build model but only create-full-stack has this. Could copy all the contents into a build folder in the other packages in...

Agreed. I like that. I can handle this. What’s a simple example for an action with a Todo app? On Tue, Nov 17, 2020 at 10:14 PM Austin Rivas wrote:...