I need guidelines on how to plan and start a project from start to finish, for example, if I want to build, say, a calculator app with React, what logic do I need or the things I need to bring the project to life.
We could start with a logical plan in plain JS. This is a great test bed for code, before we abstract it to React. An understanding of the bedrock of our code is never lost in the abstraction if we translate it correctly.
1 Like