Dunebook / codesource

0 stars 0 forks source link

building-a-crud-application-using-preact/ #27

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Building a Crud application using Preact

In this article, we will build a To-do app using Preact with Full Preact Crud Functionality. Preact is a Javascript library, although similar

https://codesource.io/building-a-crud-application-using-preact/?ref=morioh.com&utm_source=morioh.com

GirishKumarSharma commented 2 years ago

Project name is PreactCrud while you have mentioned : After installation, move into the folder using the cd testapp So, its confusing.

In Step 1 you have mentioned :

Add the following configuration to your tsconfig.json to transpile JSX to Preact-compatible JavaScript: Where is tsconfig.json?

and Rename your .jsx files to .tsx for TypeScript to correctly parse your JSX. Which/Where is that .jsx file?

Kindly post the correct steps with correct/existing file(s).