react

  1. Legandalith

    Karakter Dönüştürücü [React]

    Yurtdışında yaşayan ve Türkçe Q klavye kullanmayan bir kişi için yapmıştım, burada da paylaşmak istedim. Uygulama | GitHub import { useState } from 'react'; import './App.css'; function App() { const [inputText, setInputText] = useState(''); const handleInputChange = (event) => {...
  2. LikapaTR

    Cryptoverse | Crypto Haber | React.js

    https://github.com/ktoqaloglu/cryptoverseapp https://crypto-verse-reactapp.netlify.app/ Not: Kullanabilmek için src/services altındaki cryptoNewsApi.js ve cryptoApi.js içerisinde; 'x-rapidapi-key': process.env.REACT_APP_RAPIDAPI_KEY, 'x-rapidapi-host'...
  3. Toranaga

    React propsları daha hızlı göndermek

    Arada bir bu şekilde küçük ipuçları paylaşmayı düşünüyorum bu bunlardan ilki. Bu şekilde React.js de farklı componentlere props gönderirken tek tek göndermek yerine hızlı bir şekilde birden fazla props gönderebilirsiniz. Örneğin, <SideBar Link={Link} /> Bunu yerine bu şekilde göndermek hem daha...
  4. LikapaTR

    React.js "cannot be loaded because running scripts is disabled on this system." Hatası

    create-react-app komutunun çalışmaması durumunda aşağıdaki hatayı alırsanız eğer bu yöntem ile sorunu çözebilirsiniz. cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. At...
Geri
Üst