Check out this article by Sidetrade lead application engineer Luke Hennerley, writing about the culture that Sidetrade group CTO Mark Sheldon has built inside our R&D department! 🦸🏻 If you like what you see, we have quite a few openings now, and more in the future 🚀 https://medium.com/@sidetrade_labs/building-a-superhero-culture-inside-engineering-4e88438ee93b We’re hiring - join the squad! sidetrade.com/company/careers 👀 |
🎬 Video: From Engineer to Superhero: the R&D Culture at Sidetrade |
This repository is all you need to get started on a full-featured React app with Typescript. If you have a need for a solid Front-end stack to use on an entreprise level, this is a good place to start 👍.
Read about how we created this stack and why we picked these libraries here:
It was bootstrapped with Create React App and uses:
Typescript because it's 2020
React Router to handle client side routing
MobX to handle State Management, with mobx-react for React integration
Ant Design for its very complete set of components
Styled Components to extend Ant's default component styling
TailwindCSS to elegantly handle the rest of your app's UI
React Hook Form because forms shouldn't be a pain
LinguiJS because that's the best all-in-one i18n solution that we found
Axios as a proper Http client
Cypress for E2E testing
Prettier because it's just too helpful
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
You will also see any lint errors in the console.
Opens the cypress test runner in a new window You will also see any lint errors in the console.
Runs the cypress tests
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information. See the section about running tests for more information. Runs the cypress tests
Will analyse your javascript bundle size, if you've run a full build before.
Adds a new locale to your application.
Right now it supports english and french.
Will analyse your javascript bundle size, if you've run a full build before.
Extract the strings that need to be translated to all the translation files.
Once you've translated your application, run this to expose the final dictionnaries that will get injected to your app.
Automatically run when starting the app.
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
Feel free to open an issue on this repo if you think something can be improved!
Happy hacking 🎉