Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
August 23, 2021 08:09 pm GMT

1 - A new boilerplate for React Application - CRA-ken is finally out!

Hi Developers,
I'm Daniele Carta and I'm a Frontend Developer. For 3 years I'm worked with React and with Create React App.

To fastify my work, I decise to create a new boilerplate for fastify the initialize a new application.

The name of this boilerplate is CRA-ken. You can find the project in this link: https://github.com/crtdaniele/cra-ken

Why have I to use CRA-ken?

Because in this boilerplate you can find a lot of helpers and configuration like these:

CRA(ken)CRA
React Testing Library yes yes
Routing yes no
Redux Store yes no
Redux Saga Middleware yes no
ESLint Configuration yes no
Prettier Configuration yes no
Versioning App yes no

So, to install the boilerplate?

It's very easy:

npx cra-ken-app my-appcd my-appnpm start

In the next articles I want to show you what I introduce in the next release and how to work the boilerplate CRA-ken.

Stay tuned and follow me on LinkedIn and Github.

LinkedIn: https://www.linkedin.com/in/daniele-carta-lugano/
Github: https://github.com/crtdaniele/


Original Link: https://dev.to/crtdaniele/1-a-new-boilerplate-for-react-application-cra-ken-is-finally-out-46p6

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To