Create React App

Create React App

Application and Data / Libraries / Javascript UI Libraries
Full Stack Engineer at Abstract·
Needs advice
on
AstroAstro
and
RemixRemix

Looking to move our product from Create React App to ssr. I’d been drawn to Remix for some time but with all the hype around Astro, I’m curious what someone more familiar can contribute… What would be your reason for choosing Remix vs Astro?

READ MORE
4 upvotes·14.3K views
Tech Lead at Orbital Witness·

A few months ago, we decided to migrate our web apps from Create React App to Next.js for its "batteries-included" approach as well as its advanced server-side rendering capabilities. This move allowed us to focus our development efforts on building what matters to us the most: automating property due diligence.

READ MORE
6 upvotes·1 comment·36.5K views
kaffarell
kaffarell
·
November 28th 2021 at 4:47PM

Interesting, so you have used create-react-app in production? Have you had any problems/issues?

·
Reply
Engineering Manager at Andela·
Shared insights
on
BitBitReactReactMaterial-UIMaterial-UI
in

I picked up an idea to develop and it was no brainer I had to go with React for the frontend. I was faced with challenges when it came to what component framework to use. I had worked extensively with Material-UI but I needed something different that would offer me wider range of well customized components (I became pretty slow at styling). I brought in Evergreen after several sampling and reads online but again, after several prototype development against Evergreen—since I was using TypeScript and I had to import custom Type, it felt exhaustive. After I validated Evergreen with the designs of the idea I was developing, I also noticed I might have to do a lot of styling. I later stumbled on Material Kit, the one specifically made for React . It was promising with beautifully crafted components, most of which fits into the designs pages I had on ground.

A major problem of Material Kit for me is it isn't written in TypeScript and there isn't any plans to support its TypeScript version. I rolled up my sleeve and started converting their components to TypeScript and if you'll ask me, I am still on it.

In summary, I used the Create React App with TypeScript support and I am spending some time converting Material Kit to TypeScript before I start developing against it. All of these components are going to be hosted on Bit.

If you feel I am crazy or I have gotten something wrong, I'll be willing to listen to your opinion. Also, if you want to have a share of whatever TypeScript version of Material Kit I end up coming up with, let me know.

READ MORE
30 upvotes·3.3M views
Shared insights
at

I'm working as one of the engineering leads in RunaHR. As our platform is a Saas, we thought It'd be good to have an API (We chose Ruby and Rails for this) and a SPA (built with React and Redux ) connected. We started the SPA with Create React App since It's pretty easy to start.

We use Jest as the testing framework and react-testing-library to test React components. In Rails we make tests using RSpec.

Our main database is PostgreSQL, but we also use MongoDB to store some type of data. We started to use Redis  for cache and other time sensitive operations.

We have a couple of extra projects: One is an Employee app built with React Native and the other is an internal back office dashboard built with Next.js for the client and Python in the backend side.

Since we have different frontend apps we have found useful to have Bit to document visual components and utils in JavaScript.

READ MORE
22 upvotes·2.9M views