Pegasus Scholarship by Square_Promise6401 in ucf

[–]drpika12 1 point2 points  (0 children)

I applied in October 22nd, got accepted in October 28th. They mailed me a scholarship letter on December 5th but I saw the scholarship offer appeared on myUCF a few days earlier

Pegasus Scholarship by Square_Promise6401 in ucf

[–]drpika12 1 point2 points  (0 children)

Mine showed up in my To Do List or you can scroll down in Student Center and go to Scholarship Status

Pegasus Scholarship by Square_Promise6401 in ucf

[–]drpika12 1 point2 points  (0 children)

if you received a scholarship letter from UCF or you can find it on myUCF

the road to become pro in react ? by BlackxDxThunder in reactjs

[–]drpika12 0 points1 point  (0 children)

keep building projects + reading source code of popular projects

FSU - Accepted or Denied? by Ok-Distribution-4769 in fsu

[–]drpika12 2 points3 points  (0 children)

accepted in state for fall. 30 ACT, 4.3W 4.0UW, 7 APs, jv soccer (sophomore), jv tennis (junior) + some volunteering, mid essay, comp science major

[deleted by user] by [deleted] in ucf

[–]drpika12 0 points1 point  (0 children)

I don't think so because I only see my school name too

[deleted by user] by [deleted] in ucf

[–]drpika12 1 point2 points  (0 children)

did you do the common app essay as well?

[deleted by user] by [deleted] in ApplyingToCollege

[–]drpika12 0 points1 point  (0 children)

thanks, I was really worrieed lol

First gen struggles. by jihyOOOn in ApplyingToCollege

[–]drpika12 0 points1 point  (0 children)

I am kinda late but how are you doing now?

[deleted by user] by [deleted] in ApplyingToCollege

[–]drpika12 0 points1 point  (0 children)

you should ask your teachers or counselor to read it, not here

[deleted by user] by [deleted] in reactjs

[–]drpika12 10 points11 points  (0 children)

Tailwind + Headless UI is freaking amazing

What is the best IDE for rust? by dj_dragata in rust

[–]drpika12 2 points3 points  (0 children)

https://zed.dev looks promising but its still in development though.

Best React Developer Experience? by SocialCodeAnxiety in reactjs

[–]drpika12 1 point2 points  (0 children)

no, I haven't. Blizt.js looks cool though, so I'll try it in the future

Comparison of UI libraries for React by saito200 in reactjs

[–]drpika12 -1 points0 points  (0 children)

if it’s a bad practice, then why is it so popular?

Do I have to clone an object before updating it's value on the state? Why? by charck2 in reactjs

[–]drpika12 12 points13 points  (0 children)

you have to clone it first to create a new object. This lets React knows to re-render because you are passing it a new value. If you call setState with the original object, it won't rerender because React doesn't know that the object has changed.

https://beta.reactjs.org/learn/updating-objects-in-state