Ways4eu WordPress.com Blog

SPA View of ways4eu.wordpress.com

category: Tips_Tricks

I created a website to document the Latest Code Syntax of frameworks and programming languages. via /r/reactjs

on Sun May 17 2020

from I created a website to document the Latest Code Syntax of frameworks and programming languages. https://ift.tt/3fX9gkA

Clean create-react-app template via /r/reactjs

on Fri May 15 2020

As I've been learning react lately, always creating react apps with the basic npx CRA command and I found myself always deleting the extra stuff generated (test files, service worker, etc.), which I wasn't ever using; I don't think many are either, specially in small or learning projects. So, I decided to create a template […]

Data for React app without API via /r/reactjs

on Wed May 13 2020

I just had to make a sample app for an interview for a React developer position and I had to mock some data up to show an interface by importing the json I mocked up. How would you go about fetching data to imitate an API without building one? from Data for React app without […]

Conflicting rules when using Eslint with Prettier via /r/reactjs

on Tue May 12 2020

I’m trying to setup Eslint with Prettier for the first time and it sounds crazy. I’m using the typescript-eslint/parser and extending airbnb-base, but almost everything conflicts with my already existing prettier vscode setup Do you guys just manually turn off all the conflicting rules? Is there an auto workaround? What do you guys normally do […]

ā† Older posts - Newer posts ā†’